emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 eb94588 2/2: ; * doc/emacs/maintaining.texi: Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 eb94588 2/2: ; * doc/emacs/maintaining.texi: Fix two typos.
Date: Sat, 17 Feb 2018 12:53:23 -0500 (EST)

branch: emacs-26
commit eb94588e3ca7b63f57d0aa1cd4938c8e988a6d04
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * doc/emacs/maintaining.texi: Fix two typos.
---
 doc/emacs/maintaining.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 7712fb2..aa3ac3b 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
 to it.  If the identifier has more than one possible definition (e.g.,
 in an object-oriented language, or if there's a function and a
 variable by the same name), the command shows the candidate
-definitions in a @file{*xref*} buffer, together with the files in
+definitions in the @file{*xref*} buffer, together with the files in
 which these definitions are found.  Selecting one of these candidates
 by typing @address@hidden or clicking @kbd{mouse-2} will pop a buffer
 showing the corresponding definition.
@@ -1953,7 +1953,7 @@ Restart one of the last 2 commands above, from the 
current location of point.
   @kbd{M-?} finds all the references for the identifier at point.  If
 there's no identifier at point, or when invoked with a prefix
 argument, the command prompts for the identifier, with completion.  It
-then presents a @file{*xref*} buffer with all the references to the
+then presents the @file{*xref*} buffer with all the references to the
 identifier, showing the file name and the line where the identifier is
 referenced.  The XREF mode commands are available in this buffer, see
 @ref{Xref Commands}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]