From 0c37b824dfe3099d07e05737298f43789a187928 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Apr 1994 09:39:30 +0000 Subject: [PATCH] (tags-add-tables): Doc fix. --- lisp/progmodes/etags.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index bbcf7e96828..6578dbe4e92 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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 -- 2.39.5