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:
parent
d3f92b4b60
commit
2d583bad41
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue