summaryrefslogtreecommitdiff
path: root/lisp/tool-bar.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-12 07:30:36 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-12 07:30:36 +0200
commit32c500df99deb88cace9be53dde0dfa0f50304f3 (patch)
tree1e98e4ab4d887011c8a695148f148da30224c8d7 /lisp/tool-bar.el
parentf2c5ba71e4e91969808f0641a129a57701689b1b (diff)
downloademacs-32c500df99deb88cace9be53dde0dfa0f50304f3.tar.gz
tool-bar-map doc string clarification
* lisp/tool-bar.el (tool-bar-map): Try to clarify how this variable is used (bug#17709).
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r--lisp/tool-bar.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el
index 4be16b21fb8..01bd8f75265 100644
--- a/lisp/tool-bar.el
+++ b/lisp/tool-bar.el
@@ -77,7 +77,11 @@ See `tool-bar-mode' for more information."
(defvar tool-bar-map (make-sparse-keymap)
"Keymap for the tool bar.
-Define this locally to override the global tool bar.")
+
+To override the global tool bar, define this variable
+buffer-locally and add the items you want to it with
+`tool-bar-add-item', `tool-bar-add-item-from-menu' and related
+functions.")
(global-set-key [tool-bar]
`(menu-item ,(purecopy "tool bar") ignore