]> git.eshelyaron.com Git - emacs.git/commitdiff
(tool-bar-mode): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 15:29:45 +0000 (15:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 15:29:45 +0000 (15:29 +0000)
lisp/ChangeLog
lisp/toolbar/tool-bar.el

index 21f282470fa62ebe751ea1a4b8839ac8e67d8d26..4945eeadf8c0f28bfe0e426ed5fe9a8901baeb02 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
 
+       * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
+
        * frame.el (blink-cursor-mode): Doc fix.
 
 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
index d26b0cab116bfac9b51b8830d930e7e5098a275b..901eabc0908004de0d1323402a418466a8bef321 100644 (file)
@@ -43,7 +43,7 @@
 ;;;###autoload
 (define-minor-mode tool-bar-mode
   "Toggle use of the tool bar.
-With ARG, display the tool bar if and only if ARG is positive.
+With numeric ARG, display the tool bar if and only if ARG is positive.
 
 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
 conveniently adding tool bar items."