diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 8 |
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 |
| 2554 | try to use them; all @code{visit-tags-table} does is store the file | 2554 | try to use them; all @code{visit-tags-table} does is store the file |
| 2555 | name in the variable @code{tags-file-name}, and setting the variable | 2555 | name in the variable @code{tags-file-name}, and not much more. The |
| 2556 | yourself is just as good. The variable's initial value is @code{nil}; | 2556 | variable's initial value is @code{nil}; that value tells all the |
| 2557 | that value tells all the commands for working with tags tables that | 2557 | commands for working with tags tables that they must ask for a tags |
| 2558 | they must ask for a tags table file name to use. | 2558 | table 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 |
| 2561 | gives you a choice: you can add the new tags table to the current list | 2561 | gives you a choice: you can add the new tags table to the current list |