diff lisp/tooltip.el @ 48651:572f41d9a2ea

(tooltip-gud-tips-p): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Dec 2002 11:43:05 +0000
parents ac47e19224b0
children cd1c70649388
line wrap: on
line diff
--- a/lisp/tooltip.el	Wed Dec 04 11:40:32 2002 +0000
+++ b/lisp/tooltip.el	Wed Dec 04 11:43:05 2002 +0000
@@ -118,10 +118,7 @@
   :group 'tooltip)
 
 (defcustom tooltip-gud-tips-p nil
-  "*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'."
+  "*Non-nil means show tooltips in GUD sessions."
   :type 'boolean
   :tag "GUD"
   :set #'(lambda (symbol on)