aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-25 02:55:37 +0000
committerRichard M. Stallman2004-11-25 02:55:37 +0000
commitdbc165ffe2a646002ed4389e41d0d8310367fd4a (patch)
tree0c048dad6608dfd5886a2a1829c1799f9ff9fb60
parentc22141472afe349541ecd5e963a3d4a4716f7f59 (diff)
downloademacs-dbc165ffe2a646002ed4389e41d0d8310367fd4a.tar.gz
emacs-dbc165ffe2a646002ed4389e41d0d8310367fd4a.zip
(tooltip-mode): Doc fix.
-rw-r--r--lisp/tooltip.el2
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."
508 508
509;;;###autoload 509;;;###autoload
510(defcustom tooltip-mode nil 510(defcustom tooltip-mode nil
511 "Toggle tooltip-mode. 511 "Non-nil if Tooltip mode is enabled.
512Setting this variable directly does not take effect; 512Setting this variable directly does not take effect;
513use either \\[customize] or the function `tooltip-mode'." 513use either \\[customize] or the function `tooltip-mode'."
514 :set (lambda (symbol value) 514 :set (lambda (symbol value)