# HG changeset patch # User Richard M. Stallman # Date 767353170 0 # Node ID 91ba2f787c8fc68eafa7420c40e099d29a35cbe9 # Parent e3daba09b015227c6b3ecac626494931c59d7cef (tags-add-tables): Doc fix. diff -r e3daba09b015 -r 91ba2f787c8f lisp/progmodes/etags.el --- 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