From: Stefan Kangas Date: Mon, 8 Mar 2021 03:23:11 +0000 (+0100) Subject: * lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips. X-Git-Tag: emacs-28.0.90~3370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=570afde3765732b6705ba447adfc4c36fa6e9a0c;p=emacs.git * lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips. --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index e6a5fe8a80e..c7eaae5feb4 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -66,11 +66,11 @@ (defvar help-mode-tool-bar-map (let ((map (make-sparse-keymap))) (tool-bar-local-item "close" 'quit-window 'quit map - :label "Quit help." + :help "Quit help" :vert-only t) (define-key-after map [separator-1] menu-bar-separator) (tool-bar-local-item "search" 'isearch-forward 'search map - :label "Search" :vert-only t) + :help "Search" :vert-only t) (tool-bar-local-item-from-menu 'help-go-back "left-arrow" map help-mode-map :rtl "right-arrow" :vert-only t) (tool-bar-local-item-from-menu 'help-go-forward "right-arrow" map help-mode-map