mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
Doc fix.
This commit is contained in:
parent
be64abcf66
commit
024e5da65b
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ Do so after `tooltip-short-delay'."
|
|||
|
||||
|
||||
(defcustom tooltip-gud-tips-p nil
|
||||
"Non-nil means show tooltips in GUD sessions."
|
||||
"*Non-nil means show tooltips in GUD sessions."
|
||||
:type 'boolean
|
||||
:tag "GUD"
|
||||
:group 'tooltip)
|
||||
|
|
@ -373,7 +373,7 @@ This event can be examined by forms in TOOLTIP-GUD-DISPLAY.")
|
|||
|
||||
|
||||
(defun tooltip-gud-toggle-dereference ()
|
||||
"Toggle whether tooltips should show `* exor' or `expr'."
|
||||
"Toggle whether tooltips should show `* expr' or `expr'."
|
||||
(interactive)
|
||||
(setq tooltip-gud-dereference (not tooltip-gud-dereference))
|
||||
(when (interactive-p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue