aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-02-17 19:52:50 +0200
committerEli Zaretskii2018-02-17 19:52:50 +0200
commiteb94588e3ca7b63f57d0aa1cd4938c8e988a6d04 (patch)
tree606de75d31a26cd6c89d66f368c81c962278cfa2
parent258135ff5d9d3f41a6d98a5d04484646824db035 (diff)
downloademacs-eb94588e3ca7b63f57d0aa1cd4938c8e988a6d04.tar.gz
emacs-eb94588e3ca7b63f57d0aa1cd4938c8e988a6d04.zip
; * doc/emacs/maintaining.texi: Fix two typos.
-rw-r--r--doc/emacs/maintaining.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 7712fb2d696..aa3ac3b9920 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1827,7 +1827,7 @@ If the specified identifier has only one definition, the command jumps
1827to it. If the identifier has more than one possible definition (e.g., 1827to it. If the identifier has more than one possible definition (e.g.,
1828in an object-oriented language, or if there's a function and a 1828in an object-oriented language, or if there's a function and a
1829variable by the same name), the command shows the candidate 1829variable by the same name), the command shows the candidate
1830definitions in a @file{*xref*} buffer, together with the files in 1830definitions in the @file{*xref*} buffer, together with the files in
1831which these definitions are found. Selecting one of these candidates 1831which these definitions are found. Selecting one of these candidates
1832by typing @kbd{@key{RET}} or clicking @kbd{mouse-2} will pop a buffer 1832by typing @kbd{@key{RET}} or clicking @kbd{mouse-2} will pop a buffer
1833showing the corresponding definition. 1833showing the corresponding definition.
@@ -1953,7 +1953,7 @@ Restart one of the last 2 commands above, from the current location of point.
1953 @kbd{M-?} finds all the references for the identifier at point. If 1953 @kbd{M-?} finds all the references for the identifier at point. If
1954there's no identifier at point, or when invoked with a prefix 1954there's no identifier at point, or when invoked with a prefix
1955argument, the command prompts for the identifier, with completion. It 1955argument, the command prompts for the identifier, with completion. It
1956then presents a @file{*xref*} buffer with all the references to the 1956then presents the @file{*xref*} buffer with all the references to the
1957identifier, showing the file name and the line where the identifier is 1957identifier, showing the file name and the line where the identifier is
1958referenced. The XREF mode commands are available in this buffer, see 1958referenced. The XREF mode commands are available in this buffer, see
1959@ref{Xref Commands}. 1959@ref{Xref Commands}.