diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-29 15:29:19 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-29 15:29:19 +0000 |
commit | eabdd424bd714cf6c18b39644de1a604f087f569 (patch) | |
tree | 552ca8b6d80c5d4936160fbf4a0cb2bedee50f4b /lisp/toolbar | |
parent | ebae3f1c167b935cd67ea5324952da2d0a2a1ced (diff) | |
download | emacs-eabdd424bd714cf6c18b39644de1a604f087f569.tar.gz |
(tool-bar-mode): Doc fix.
Diffstat (limited to 'lisp/toolbar')
-rw-r--r-- | lisp/toolbar/tool-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |