aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDmitry Gutov2019-02-07 12:20:09 +0300
committerDmitry Gutov2019-02-07 12:23:09 +0300
commit5e627fa5f5db8f27ea789d61148e7d5ade644956 (patch)
tree0d671bb2c79d7d959db34688d7c32a644697795a /doc
parent1289ae999b85c6a8059c2f9116db4fd8dbe3b418 (diff)
downloademacs-5e627fa5f5db8f27ea789d61148e7d5ade644956.tar.gz
emacs-5e627fa5f5db8f27ea789d61148e7d5ade644956.zip
Rename multifile.el to fileloop.el
* lisp/multifile.el: Rename to fileloop.el as discussed in https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00475.html. Update symbol prefixes and all callers
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index d97cfd355cc..fd0119e98ce 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1990,7 +1990,7 @@ table.
1990@item M-x tags-query-replace @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET} 1990@item M-x tags-query-replace @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET}
1991Perform a @code{query-replace-regexp} on each file in the selected tags table. 1991Perform a @code{query-replace-regexp} on each file in the selected tags table.
1992 1992
1993@item M-x multifile-continue 1993@item M-x fileloop-continue
1994Restart one of the last 2 commands above, from the current location of point. 1994Restart one of the last 2 commands above, from the current location of point.
1995@end table 1995@end table
1996 1996
@@ -2026,9 +2026,9 @@ you can follow its progress. As soon as it finds an occurrence,
2026@code{tags-search} returns. This command requires tags tables to be 2026@code{tags-search} returns. This command requires tags tables to be
2027available (@pxref{Tags Tables}). 2027available (@pxref{Tags Tables}).
2028 2028
2029@findex multifile-continue 2029@findex fileloop-continue
2030 Having found one match with @code{tags-search}, you probably want to 2030 Having found one match with @code{tags-search}, you probably want to
2031find all the rest. @kbd{M-x multifile-continue} resumes the 2031find all the rest. @kbd{M-x fileloop-continue} resumes the
2032@code{tags-search}, finding one more match. This searches the rest of 2032@code{tags-search}, finding one more match. This searches the rest of
2033the current buffer, followed by the remaining files of the tags table. 2033the current buffer, followed by the remaining files of the tags table.
2034 2034
@@ -2051,10 +2051,10 @@ default is to use the same setting as the value of
2051single invocation of @kbd{M-x tags-query-replace}. But often it is 2051single invocation of @kbd{M-x tags-query-replace}. But often it is
2052useful to exit temporarily, which you can do with any input event that 2052useful to exit temporarily, which you can do with any input event that
2053has no special query replace meaning. You can resume the query 2053has no special query replace meaning. You can resume the query
2054replace subsequently by typing @kbd{M-x multifile-continue}; this 2054replace subsequently by typing @kbd{M-x fileloop-continue}; this
2055command resumes the last tags search or replace command that you did. 2055command resumes the last tags search or replace command that you did.
2056For instance, to skip the rest of the current file, you can type 2056For instance, to skip the rest of the current file, you can type
2057@w{@kbd{M-> M-x multifile-continue}}. 2057@w{@kbd{M-> M-x fileloop-continue}}.
2058 2058
2059 Note that the commands described above carry out much broader 2059 Note that the commands described above carry out much broader
2060searches than the @code{xref-find-definitions} family. The 2060searches than the @code{xref-find-definitions} family. The