diff options
Diffstat (limited to 'lisp/tool-bar.el')
-rw-r--r-- | lisp/tool-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 86e0c6e3796..0fe716d579b 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -229,7 +229,7 @@ holds a keymap." ;;; Set up some global items. Additions/deletions up for grabs. (defvar tool-bar-setup nil - "t if the tool-bar has been set up by `tool-bar-setup'.") + "Set to t if the tool-bar has been set up by `tool-bar-setup'.") (defun tool-bar-setup (&optional frame) (unless tool-bar-setup |