1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(tooltip-gud-tips-p): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-11-29 15:06:01 +00:00
parent d3f92b4b60
commit 2d583bad41

View File

@ -128,7 +128,10 @@ position to pop up the tooltip."
(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)