]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips.
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Mar 2021 03:23:11 +0000 (04:23 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Mar 2021 03:23:11 +0000 (04:23 +0100)
lisp/help-mode.el

index e6a5fe8a80ed4d62d8001bc4f0536f55bfa5bfd3..c7eaae5feb497553f1f34ab98516dda18bea3f3a 100644 (file)
 (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