emacs-diffs
[Top][All Lists]
Advanced

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

master 8f2e8ad: ; * doc/emacs/maintaining.texi (Looking Up Identifiers):


From: Eli Zaretskii
Subject: master 8f2e8ad: ; * doc/emacs/maintaining.texi (Looking Up Identifiers): Fix last change.
Date: Sun, 5 Sep 2021 05:31:05 -0400 (EDT)

branch: master
commit 8f2e8add98cff07fb671f7a143d516e20df86566
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/emacs/maintaining.texi (Looking Up Identifiers): Fix last change.
---
 doc/emacs/maintaining.texi | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index db5e00c..e6cbb14 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -2156,15 +2156,19 @@ by typing @kbd{@key{RET}} or clicking @kbd{mouse-2} 
will pop a buffer
 showing the corresponding definition.  If the value of the variable
 @code{xref-auto-jump-to-first-definition} is @code{move}, the first
 candidate is automatically selected, and if it's @code{t} or
-@code{show}, the first candidate is automatically shown.
+@code{show}, the first candidate is automatically shown.  The default
+value is @code{nil}, which just shows the candidates in the
+@file{*xref*} buffer, but doesn't select any of them.
 
 @vindex xref-auto-jump-to-first-xref
   If the value of the variable @code{xref-auto-jump-to-first-xref} is
-@code{t}, @emph{all} Xref commands automatically jump to the first result.
-If the value is @code{show}, the first result is shown, but the window
-showing the @file{*xref*} buffer is left selected.  If the value is
-@code{move}, the first result is selected in the @file{*xref*} buffer,
-but is not shown.
+@code{t}, @emph{all} Xref commands automatically jump to the first
+result.  If the value is @code{show}, the first result is shown, but
+the window showing the @file{*xref*} buffer is left selected.  If the
+value is @code{move}, the first result is selected in the
+@file{*xref*} buffer, but is not shown.  The default value is
+@code{nil}, which just shows the results in the @file{*xref*} buffer,
+but doesn't select any of them.
 
   When entering the identifier argument to @kbd{M-.}, the usual
 minibuffer completion commands can be used (@pxref{Completion}), with



reply via email to

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