changeset 33574:b470e0e05721

comment fix
author Dave Love <fx@gnu.org>
date Fri, 17 Nov 2000 17:50:48 +0000
parents 47124078ae96
children 93288a69f66f
files lisp/toolbar/tool-bar.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/toolbar/tool-bar.el	Fri Nov 17 16:28:14 2000 +0000
+++ b/lisp/toolbar/tool-bar.el	Fri Nov 17 17:50:48 2000 +0000
@@ -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.)