1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07: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)