(tags-add-tables): Doc fix.
This commit is contained in:
parent
8db3b57351
commit
0c37b824df
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ Use the `etags' program to make a tags table file.")
|
|||
|
||||
;;;###autoload
|
||||
(defvar tags-add-tables 'ask-user
|
||||
"*T means always add a new tags table to the current list.
|
||||
Nil means never add to the current list; always start a new list.
|
||||
Non-nil but not t says to ask the user whether to add a new tags table
|
||||
"*Control whether to add a new tags table to the current list.
|
||||
t means do; nil means don't (always start a new list).
|
||||
Any other value means ask the user whether to add a new tags table
|
||||
to the current list (as opposed to starting a new list).")
|
||||
|
||||
(defvar tags-table-list-pointer nil
|
||||
|
|
Loading…
Add table
Reference in a new issue