From: Richard M. Stallman Date: Fri, 29 Nov 2002 15:06:01 +0000 (+0000) Subject: (tooltip-gud-tips-p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d583bad41e0374a4f5906932ee31e3045884254;p=emacs.git (tooltip-gud-tips-p): Doc fix. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 98aae2e041b..92e95fcc750 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -128,7 +128,10 @@ position to pop up the tooltip." (defcustom tooltip-gud-tips-p nil - "*Non-nil means show tooltips in GUD sessions." + "*Non-nil means show tooltips in GUD sessions. +Setting this variable directly with `setq' has no effect; +you should either set it with the Customization facility +or use the function `tooltip-gud-tips-activate'." :type 'boolean :tag "GUD" :set #'(lambda (symbol on)