]> git.eshelyaron.com Git - emacs.git/commitdiff
comment fix
authorDave Love <fx@gnu.org>
Fri, 17 Nov 2000 17:50:48 +0000 (17:50 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 Nov 2000 17:50:48 +0000 (17:50 +0000)
lisp/toolbar/tool-bar.el

index 99c0f9367040a0c733ed9da5fefa5f883dcf68f8..aea24df51e9c73a3bdc62ce1d004009443b970e1 100644 (file)
@@ -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.)