diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-25 02:55:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-25 02:55:37 +0000 |
commit | dbc165ffe2a646002ed4389e41d0d8310367fd4a (patch) | |
tree | 0c048dad6608dfd5886a2a1829c1799f9ff9fb60 /lisp/tooltip.el | |
parent | c22141472afe349541ecd5e963a3d4a4716f7f59 (diff) | |
download | emacs-dbc165ffe2a646002ed4389e41d0d8310367fd4a.tar.gz |
(tooltip-mode): Doc fix.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index f8243f4a0ac..5bcb28dde52 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -508,7 +508,7 @@ Value is non-nil if this function handled the tip." ;;;###autoload (defcustom tooltip-mode nil - "Toggle tooltip-mode. + "Non-nil if Tooltip mode is enabled. Setting this variable directly does not take effect; use either \\[customize] or the function `tooltip-mode'." :set (lambda (symbol value) |