[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master c2dee17: * doc/emacs/maintaining.texi: Fix one more
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] master c2dee17: * doc/emacs/maintaining.texi: Fix one more occurrence of `next-file` |
Date: |
Sun, 23 Sep 2018 16:45:09 -0400 (EDT) |
branch: master
commit c2dee17e19e1cf80c2263f8de276cceb0252b76d
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* doc/emacs/maintaining.texi: Fix one more occurrence of `next-file`
---
doc/emacs/maintaining.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index c7eea90..4527c23 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
address@hidden next-file
- @kbd{M-x next-file} visits files covered by the selected tags table.
address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master c2dee17: * doc/emacs/maintaining.texi: Fix one more occurrence of `next-file`,
Stefan Monnier <=