diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-12-04 11:43:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-12-04 11:43:05 +0000 |
commit | 321ce330a7ea576edd4fba5c463f992f1da5f250 (patch) | |
tree | e7933fa9c4611543c91e11ed60ca96028cea5652 /lisp/tooltip.el | |
parent | a8773ec1f46345c332db87cc9b885677d0c05362 (diff) | |
download | emacs-321ce330a7ea576edd4fba5c463f992f1da5f250.tar.gz emacs-321ce330a7ea576edd4fba5c463f992f1da5f250.tar.bz2 emacs-321ce330a7ea576edd4fba5c463f992f1da5f250.zip |
(tooltip-gud-tips-p): Undo previous change.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 5 |
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." :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) |