aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 13668cc9269..de4fb43ec1d 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -2552,10 +2552,10 @@ directory as the default.
2552@vindex tags-file-name 2552@vindex tags-file-name
2553 Emacs does not actually read in the tags table contents until you 2553 Emacs does not actually read in the tags table contents until you
2554try to use them; all @code{visit-tags-table} does is store the file 2554try to use them; all @code{visit-tags-table} does is store the file
2555name in the variable @code{tags-file-name}, and setting the variable 2555name in the variable @code{tags-file-name}, and not much more. The
2556yourself is just as good. The variable's initial value is @code{nil}; 2556variable's initial value is @code{nil}; that value tells all the
2557that value tells all the commands for working with tags tables that 2557commands for working with tags tables that they must ask for a tags
2558they must ask for a tags table file name to use. 2558table file name to use.
2559 2559
2560 Using @code{visit-tags-table} when a tags table is already loaded 2560 Using @code{visit-tags-table} when a tags table is already loaded
2561gives you a choice: you can add the new tags table to the current list 2561gives you a choice: you can add the new tags table to the current list