diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tool-bar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 984dac92b12..ea2bad9dcb2 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -41,7 +41,9 @@ ;;; Code: -;;;###autoload +;; The autoload cookie doesn't work when preloading. +;; Deleting it means invoking this command won't work +;; 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. |