aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/tooltip.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 6c14b9fb82e..bb2a7bf54d9 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -118,10 +118,7 @@ position to pop up the tooltip."
118 :group 'tooltip) 118 :group 'tooltip)
119 119
120(defcustom tooltip-gud-tips-p nil 120(defcustom tooltip-gud-tips-p nil
121 "*Non-nil means show tooltips in GUD sessions. 121 "*Non-nil means show tooltips in GUD sessions."
122Setting this variable directly with `setq' has no effect;
123you should either set it with the Customization facility
124or use the function `tooltip-gud-tips-activate'."
125 :type 'boolean 122 :type 'boolean
126 :tag "GUD" 123 :tag "GUD"
127 :set #'(lambda (symbol on) 124 :set #'(lambda (symbol on)