aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:28:37 -0800
committerPaul Eggert2016-01-30 11:28:37 -0800
commit1a9cec16fe8d805dbb9f3a082bebcdefb878cf13 (patch)
treed9aeebb668e61da05bbf2ef88eabc9b4f015923a /doc
parent3b71a72a777237c8ef34835a2021adc8eb5e5c7f (diff)
parent3f481ad0072ea4fe300af7f326de9049a8d32d4a (diff)
downloademacs-1a9cec16fe8d805dbb9f3a082bebcdefb878cf13.tar.gz
emacs-1a9cec16fe8d805dbb9f3a082bebcdefb878cf13.zip
Merge from origin/emacs-25
3f481ad Rename xref-query-replace to xref-query-replace-in-results 62f4ed4 Update cl-defgeneric and cl-defmethod docstrings 2111e0e Comment out next-error-function integration in xref 4e11ad3 Correct a use of "which" in intro.texi a1865bc Distinguish the two meanings of Java's keyword "default". Fixes bug #22358. 76045f7 Don't operate on menu bar of nonexistent frame c32f3bc Unbreak the GNUstep build.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/dired.texi4
-rw-r--r--doc/emacs/maintaining.texi12
-rw-r--r--doc/lispref/intro.texi2
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index 123f1aea936..13242d12d3c 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -797,8 +797,8 @@ Perform @code{query-replace-regexp} on each of the specified files,
797replacing matches for @var{regexp} with the string 797replacing matches for @var{regexp} with the string
798@var{to} (@code{dired-do-find-regexp-and-replace}). 798@var{to} (@code{dired-do-find-regexp-and-replace}).
799 799
800This command is a variant of @code{xref-query-replace}. It presents 800This command is a variant of @code{xref-query-replace-in-results}. It
801an @file{*xref*} buffer that lists all the matches of @var{regexp}, 801presents an @file{*xref*} buffer that lists all the matches of @var{regexp},
802and you can use the special commands in that buffer (@pxref{Xref 802and you can use the special commands in that buffer (@pxref{Xref
803Commands}). In particular, if you exit the query replace loop, you 803Commands}). In particular, if you exit the query replace loop, you
804can use @kbd{r} in that buffer to replace more matches. 804can use @kbd{r} in that buffer to replace more matches.
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 90af5c8b17d..471a16b57de 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1875,11 +1875,11 @@ Move to the previous reference and display it in the other window
1875@findex xref-show-location-at-point 1875@findex xref-show-location-at-point
1876Display the reference on the current line in the other window 1876Display the reference on the current line in the other window
1877(@code{xref-show-location-at-point}). 1877(@code{xref-show-location-at-point}).
1878@findex xref-query-replace 1878@findex xref-query-replace-in-results
1879@item r @var{pattern} @key{RET} @var{replacement} @key{RET} 1879@item r @var{pattern} @key{RET} @var{replacement} @key{RET}
1880Perform interactive query-replace on references that match 1880Perform interactive query-replace on references that match
1881@var{pattern} (@code{xref-query-replace}), replacing the match with 1881@var{pattern} (@code{xref-query-replace-in-results}), replacing
1882@var{replacement}. @xref{Identifier Search}. 1882the match with @var{replacement}. @xref{Identifier Search}.
1883@findex xref-quit 1883@findex xref-quit
1884@item q 1884@item q
1885Quit the window showing the @file{*xref*} buffer (@code{xref-quit}). 1885Quit the window showing the @file{*xref*} buffer (@code{xref-quit}).
@@ -1901,7 +1901,7 @@ them.
1901@table @kbd 1901@table @kbd
1902@item M-? 1902@item M-?
1903Find all the references for the identifier at point. 1903Find all the references for the identifier at point.
1904@item M-x xref-query-replace @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET} 1904@item M-x xref-query-replace-in-results @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET}
1905Interactively replace @var{regexp} with @var{replacement} in the names 1905Interactively replace @var{regexp} with @var{replacement} in the names
1906of all the identifiers shown in the @file{*xref*} buffer. 1906of all the identifiers shown in the @file{*xref*} buffer.
1907@item M-x tags-search @key{RET} @var{regexp} @key{RET} 1907@item M-x tags-search @key{RET} @var{regexp} @key{RET}
@@ -1923,8 +1923,8 @@ identifier, showing the file name and the line where the identifier is
1923referenced. The XREF mode commands are available in this buffer, see 1923referenced. The XREF mode commands are available in this buffer, see
1924@ref{Xref Commands}. 1924@ref{Xref Commands}.
1925 1925
1926@findex xref-query-replace 1926@findex xref-query-replace-in-results
1927 @kbd{M-x xref-query-replace} reads a regexp to match identifier 1927 @kbd{M-x xref-query-replace-in-results} reads a regexp to match identifier
1928names and a replacement string, just like ordinary @kbd{M-x 1928names and a replacement string, just like ordinary @kbd{M-x
1929query-replace-regexp}. It then performs the specified replacement in 1929query-replace-regexp}. It then performs the specified replacement in
1930the names of the matching identifiers in all the places in all the 1930the names of the matching identifiers in all the places in all the
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 9d4a72009ed..0f42d4d8a7f 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -191,7 +191,7 @@ in Lisp programs also.
191 In contexts where a truth value is expected, any non-@code{nil} value 191 In contexts where a truth value is expected, any non-@code{nil} value
192is considered to be @var{true}. However, @code{t} is the preferred way 192is considered to be @var{true}. However, @code{t} is the preferred way
193to represent the truth value @var{true}. When you need to choose a 193to represent the truth value @var{true}. When you need to choose a
194value which represents @var{true}, and there is no other basis for 194value that represents @var{true}, and there is no other basis for
195choosing, use @code{t}. The symbol @code{t} always has the value 195choosing, use @code{t}. The symbol @code{t} always has the value
196@code{t}. 196@code{t}.
197 197