summaryrefslogtreecommitdiff
path: root/lisp/tool-bar.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-10 16:09:05 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-10 16:09:05 +0200
commit505e364506a87ca26ec77550cbc35b2066ce3b9f (patch)
tree1dfe1464af9d733c74b9bd64e3da28062ac11c8c /lisp/tool-bar.el
parent54aa8874cc3641b8c54ee0376f90a10736d7eceb (diff)
downloademacs-505e364506a87ca26ec77550cbc35b2066ce3b9f.tar.gz
(tool-bar-mode): Clarify positive/negative arguments
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r--lisp/tool-bar.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el
index 8fdce17df86..05208abb720 100644
--- a/lisp/tool-bar.el
+++ b/lisp/tool-bar.el
@@ -44,7 +44,8 @@
;; when you are on a tty. I hope that won't cause too much trouble -- rms.
(define-minor-mode tool-bar-mode
"Toggle use of the tool bar.
-With numeric ARG, display the tool bar if and only if ARG is positive.
+With a numeric argument, if the argument is positive, turn on the
+tool bar; otherwise, turn off the tool bar.
See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
conveniently adding tool bar items."