diff options
| author | Dmitry Gutov | 2019-02-07 12:20:09 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-02-07 12:23:09 +0300 |
| commit | 5e627fa5f5db8f27ea789d61148e7d5ade644956 (patch) | |
| tree | 0d671bb2c79d7d959db34688d7c32a644697795a /doc | |
| parent | 1289ae999b85c6a8059c2f9116db4fd8dbe3b418 (diff) | |
| download | emacs-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.texi | 10 |
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} |
| 1991 | Perform a @code{query-replace-regexp} on each file in the selected tags table. | 1991 | Perform 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 |
| 1994 | Restart one of the last 2 commands above, from the current location of point. | 1994 | Restart 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 |
| 2027 | available (@pxref{Tags Tables}). | 2027 | available (@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 |
| 2031 | find all the rest. @kbd{M-x multifile-continue} resumes the | 2031 | find 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 |
| 2033 | the current buffer, followed by the remaining files of the tags table. | 2033 | the 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 | |||
| 2051 | single invocation of @kbd{M-x tags-query-replace}. But often it is | 2051 | single invocation of @kbd{M-x tags-query-replace}. But often it is |
| 2052 | useful to exit temporarily, which you can do with any input event that | 2052 | useful to exit temporarily, which you can do with any input event that |
| 2053 | has no special query replace meaning. You can resume the query | 2053 | has no special query replace meaning. You can resume the query |
| 2054 | replace subsequently by typing @kbd{M-x multifile-continue}; this | 2054 | replace subsequently by typing @kbd{M-x fileloop-continue}; this |
| 2055 | command resumes the last tags search or replace command that you did. | 2055 | command resumes the last tags search or replace command that you did. |
| 2056 | For instance, to skip the rest of the current file, you can type | 2056 | For 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 |
| 2060 | searches than the @code{xref-find-definitions} family. The | 2060 | searches than the @code{xref-find-definitions} family. The |