]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-add-tables): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 1994 09:39:30 +0000 (09:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 1994 09:39:30 +0000 (09:39 +0000)
lisp/progmodes/etags.el

index bbcf7e968286a4a2da633d6f4cf89afd83204533..6578dbe4e926048e3773c7216c6ae7ff5e328d21 100644 (file)
@@ -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