]> code.delx.au - gnu-emacs/commitdiff
Merge from origin/emacs-25
authorJohn Wiegley <johnw@newartisans.com>
Fri, 4 Mar 2016 07:53:26 +0000 (23:53 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 4 Mar 2016 07:53:26 +0000 (23:53 -0800)
aae436e Uncomment the next-error-function integration in xref
5f0d096 Remove the word "valid", to avoid ambiguity

1  2 
doc/emacs/maintaining.texi

index 72d428af8fbf3fa9187182832134496131f04df8,887960e03500c77022a51d739091daa102c90fde..e81a190170caf4bb79919a9feff786fa49beef2f
@@@ -1590,13 -1590,6 +1590,13 @@@ also creates a new item for the curren
  can even guess the name of the function or other object that was
  changed.
  
 +@c Not worth it.
 +@c @vindex change-log-directory-files
 +To find the change log file, Emacs searches up the directory tree from
 +the file you are editing.  By default, it stops if it finds a
 +directory that seems to be the root of a version-control repository.
 +To change this, customize @code{change-log-directory-files}.
 +
  @vindex add-log-keep-changes-together
    When the variable @code{add-log-keep-changes-together} is
  non-@code{nil}, @kbd{C-x 4 a} adds to any existing item for the file
@@@ -1806,7 -1799,7 +1806,7 @@@ Go back to where you previously invoke
  @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
@@@ -1923,7 -1916,7 +1923,7 @@@ Restart one of the last 2 commands abov
  @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