]> git.eshelyaron.com Git - emacs.git/commitdiff
(tooltip-gud-tips-p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Nov 2002 15:06:01 +0000 (15:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Nov 2002 15:06:01 +0000 (15:06 +0000)
lisp/tooltip.el

index 98aae2e041bb4d27e8c9acbc583525590a6241e1..92e95fcc7506041d3751c6f4e2ed1964f0c4f7a8 100644 (file)
@@ -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)