From: Gerd Moellmann Date: Thu, 9 Nov 2000 23:48:29 +0000 (+0000) Subject: (tooltip-mode): Add a comment about startup.el X-Git-Tag: emacs-pretest-21.0.90~177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90e69ae536037c14148580c68ce549c2bab39b76;p=emacs.git (tooltip-mode): Add a comment about startup.el setting the default value of this user-option. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 81095aace9e..5916df0273d 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