changeset 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 d2e0f6c41ac5
children 682129896be4
files lisp/tooltip.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
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)