emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5f0d096: Remove the word "valid", to avoid ambigu


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-25 5f0d096: Remove the word "valid", to avoid ambiguity
Date: Mon, 29 Feb 2016 02:45:16 +0000

branch: emacs-25
commit 5f0d0965bd2affa40ff7d17aa4ed4368ce63b61a
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Remove the word "valid", to avoid ambiguity
    
    * doc/emacs/maintaining.texi (Identifier Search)
    (Looking Up Identifiers): Remove the word "valid" (bug#22692).
---
 doc/emacs/maintaining.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 3f1a9c0..887960e 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1799,7 +1799,7 @@ Go back to where you previously invoked @kbd{M-.} and 
friends
 @findex xref-find-definitions
   @kbd{M-.}@: (@code{xref-find-definitions}) shows the definitions of
 the identifier at point.  With a prefix argument, or if there's no
-valid identifier at point, it prompts for the identifier.  If the
+identifier at point, it prompts for the identifier.  If the
 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
@@ -1916,7 +1916,7 @@ Restart one of the last 2 commands above, from the 
current location of point.
 @kindex M-?
 @findex xref-find-references
   @kbd{M-?} finds all the references for the identifier at point.  If
-there's no valid identifier at point, or when invoked with a prefix
+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
 identifier, showing the file name and the line where the identifier is



reply via email to

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