1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(gud-tooltip-modes, gud-tooltip-display):

Delete defcustom variable :tag names.
This commit is contained in:
Nick Roberts 2005-12-21 12:04:26 +00:00
parent 39b5238dac
commit 3150fbfcca

View File

@ -3263,7 +3263,6 @@ Treats actions as defuns."
(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode)
"List of modes for which to enable GUD tooltips."
:type 'sexp
:tag "GUD modes"
:group 'gud
:group 'tooltip)
@ -3275,7 +3274,6 @@ Treats actions as defuns."
Forms in the list are combined with AND. The default is to display
only tooltips in the buffer containing the overlay arrow."
:type 'sexp
:tag "GUD buffers predicate"
:group 'gud
:group 'tooltip)