changeset 48580:02ae07f0375b

(tooltip-gud-tips-p): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Nov 2002 15:06:01 +0000
parents 10b09165e86f
children 023f680b7cfe
files lisp/tooltip.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tooltip.el	Fri Nov 29 09:44:04 2002 +0000
+++ b/lisp/tooltip.el	Fri Nov 29 15:06:01 2002 +0000
@@ -128,7 +128,10 @@
 
 
 (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)