changeset 7112:91ba2f787c8f

(tags-add-tables): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 1994 09:39:30 +0000
parents e3daba09b015
children 61a2355759aa
files lisp/progmodes/etags.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Tue Apr 26 09:29:18 1994 +0000
+++ b/lisp/progmodes/etags.el	Tue Apr 26 09:39:30 1994 +0000
@@ -44,9 +44,9 @@
 
 ;;;###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