summaryrefslogtreecommitdiff
path: root/lisp/toolbar
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-17 17:50:48 +0000
committerDave Love <fx@gnu.org>2000-11-17 17:50:48 +0000
commitc129b5ef1ea021b3a28d67e2c763833fc5e4087d (patch)
treea9f0bf4df701f16dbdfdc9cf8db919020235ebac /lisp/toolbar
parentb36357756783c4f0f95878ffb0e353838a9e116b (diff)
downloademacs-c129b5ef1ea021b3a28d67e2c763833fc5e4087d.tar.gz
comment fix
Diffstat (limited to 'lisp/toolbar')
-rw-r--r--lisp/toolbar/tool-bar.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el
index 99c0f936704..aea24df51e9 100644
--- a/lisp/toolbar/tool-bar.el
+++ b/lisp/toolbar/tool-bar.el
@@ -29,9 +29,9 @@
;; `tool-bar-add-item' and `tool-bar-add-item-from-menu'.
;; The normal global binding for [tool-bar] (below) uses the value of
-;; `tool-bar-map' as the actual keymap used to define the tool bar.
-;; Modes may either bind items under the [tool-bar] prefix key of the
-;; local map to add to the global bar or may set `tool-bar-map'
+;; `tool-bar-map' as the actual keymap to define the tool bar. Modes
+;; may either bind items under the [tool-bar] prefix key of the local
+;; map to add to the global bar or may set `tool-bar-map'
;; buffer-locally to override it. (Some items are removed from the
;; global bar in modes which have `special' as their `mode-class'
;; properlty.)