aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUday S Reddy2011-04-24 14:47:17 -0400
committerChong Yidong2011-04-24 14:47:17 -0400
commit7031be6d49cb78d4cc4a2604b899144824abfeca (patch)
treedef471b8dab1ce5dcaa1e86eacb3000fe20810bf /doc
parent6f68a3a29e621368e6b726dcd11532140695dbad (diff)
downloademacs-7031be6d49cb78d4cc4a2604b899144824abfeca.tar.gz
emacs-7031be6d49cb78d4cc4a2604b899144824abfeca.zip
Fix next-file command in etags.el.
* lisp/progmodes/etags.el (next-file): Don't use set-buffer to change buffers (Bug#8478). * doc/lisp/maintaining.texi (List Tags): Document next-file.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/maintaining.texi6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 37825382788..92cd765b492 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-04-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * maintaining.texi (List Tags): Document next-file. Suggested by
4 Uday S Reddy.
5
12011-04-23 Juanma Barranquero <lekktu@gmail.com> 62011-04-23 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * mini.texi (Minibuffer Edit): 8 * mini.texi (Minibuffer Edit):
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 8f395ba9563..dafc9327c74 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -2326,6 +2326,12 @@ details.
2326 You can also use the collection of tag names to complete a symbol 2326 You can also use the collection of tag names to complete a symbol
2327name in the buffer. @xref{Symbol Completion}. 2327name in the buffer. @xref{Symbol Completion}.
2328 2328
2329 You can use @kbd{M-x next-file} to visit the files in the selected
2330tags table. The first time this command is called, it visits the
2331first file in the tags table. Each subsequent call visits the next
2332file in the table, unless a prefix argument is supplied, in which case
2333it returns to the first file.
2334
2329@node EDE 2335@node EDE
2330@section Emacs Development Environment 2336@section Emacs Development Environment
2331@cindex EDE (Emacs Development Environment) 2337@cindex EDE (Emacs Development Environment)