summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/toolbar/tool-bar.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21f282470fa..4945eeadf8c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el
index d26b0cab116..901eabc0908 100644
--- a/lisp/toolbar/tool-bar.el
+++ b/lisp/toolbar/tool-bar.el
@@ -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."