aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-09 23:48:29 +0000
committerGerd Moellmann <[email protected]>2000-11-09 23:48:29 +0000
commit90e69ae536037c14148580c68ce549c2bab39b76 (patch)
tree7d6863d70c5a845b6b443450f922862d20bc7a7f /lisp/tooltip.el
parent3b73087ec0836d6c483818c8d4bea4385aec2c03 (diff)
(tooltip-mode): Add a comment about startup.el
setting the default value of this user-option.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 81095aace9..5916df0273 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -461,9 +461,9 @@ Value is non-nil if this function handled the tip."
-;;; Do this after all functions have been defined that are called
-;;; from `tooltip-mode'.
-
+;;; Do this after all functions have been defined that are called from
+;;; `tooltip-mode'. The actual default value of `tooltip-mode' is set
+;;; in startup.el.
;;;###autoload
(defcustom tooltip-mode nil