diff options
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index c7eea90b92f..4527c23d9e7 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -2116,8 +2116,8 @@ variable @code{tags-apropos-additional-actions}; see its documentation | |||
| 2116 | for details. | 2116 | for details. |
| 2117 | @end ignore | 2117 | @end ignore |
| 2118 | 2118 | ||
| 2119 | @findex next-file | 2119 | @findex tags-next-file |
| 2120 | @kbd{M-x next-file} visits files covered by the selected tags table. | 2120 | @kbd{M-x tags-next-file} visits files covered by the selected tags table. |
| 2121 | The first time it is called, it visits the first file covered by the | 2121 | The first time it is called, it visits the first file covered by the |
| 2122 | table. Each subsequent call visits the next covered file, unless a | 2122 | table. Each subsequent call visits the next covered file, unless a |
| 2123 | prefix argument is supplied, in which case it returns to the first | 2123 | prefix argument is supplied, in which case it returns to the first |