emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 570afde 2/2: * lisp/help-mode.el (help-mode-tool-bar-map): Fix to


From: Stefan Kangas
Subject: master 570afde 2/2: * lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips.
Date: Sun, 7 Mar 2021 22:23:19 -0500 (EST)

branch: master
commit 570afde3765732b6705ba447adfc4c36fa6e9a0c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/help-mode.el (help-mode-tool-bar-map): Fix tooltips.
---
 lisp/help-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index e6a5fe8..c7eaae5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]