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:
parent
d3f92b4b60
commit
2d583bad41
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user