diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-09-23 16:45:03 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-09-23 16:45:03 -0400 |
commit | c2dee17e19e1cf80c2263f8de276cceb0252b76d (patch) | |
tree | 8388bcc49a6b114eebf8f58cdaf1a6ca1182a53b | |
parent | 75386e305f388ff51bc8cf9945f52c29c14427cd (diff) | |
download | emacs-c2dee17e19e1cf80c2263f8de276cceb0252b76d.tar.gz |
* doc/emacs/maintaining.texi: Fix one more occurrence of `next-file`
-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 for details. @end ignore -@findex next-file - @kbd{M-x next-file} visits files covered by the selected tags table. +@findex tags-next-file + @kbd{M-x tags-next-file} visits files covered by the selected tags table. The first time it is called, it visits the first file covered by the table. Each subsequent call visits the next covered file, unless a prefix argument is supplied, in which case it returns to the first |