emacs-diffs
[Top][All Lists]
Advanced

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

feature/completions-customs e0321adddf: Add documentation entries for co


From: Jimmy Aguilar Mena
Subject: feature/completions-customs e0321adddf: Add documentation entries for completion-auto-select user option.
Date: Thu, 24 Mar 2022 06:15:23 -0400 (EDT)

branch: feature/completions-customs
commit e0321adddf2e23bc326dc9693c132040f36c3809
Author: Jimmy Aguilar Mena <spacibba@aol.com>
Commit: Jimmy Aguilar Mena <spacibba@aol.com>

    Add documentation entries for completion-auto-select user option.
---
 doc/emacs/mini.texi | 8 ++++++++
 etc/NEWS            | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index ff0fa505a8..181cade80b 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -642,6 +642,14 @@ the completion.  The value @code{visible} is a hybrid: it 
behaves like
 completion list buffer, and like @code{always} when it decides whether
 to pop it down.
 
+@vindex completion-auto-select
+The completions window can be automatically selected.  To enable this
+behavior, customize the user option @code{completion-auto-select} to
+@code{t} and pressing @key{TAB} will switch to the completion list
+buffer when it pops up that buffer.  If the value is
+@code{second-tab}, then the first @key{TAB} will pops up the
+completions list buffer and the second one will switch to it.
+
 @vindex completion-cycle-threshold
   If @code{completion-cycle-threshold} is non-@code{nil}, completion
 commands can cycle through completion alternatives.  Normally, if
diff --git a/etc/NEWS b/etc/NEWS
index ad0f7f1c05..d743488b68 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -575,8 +575,10 @@ value.
 
 *** The "*Completions*" buffer can now be automatically selected.
 To enable this behavior, customize the user option
-'completion-auto-select' to t.  Then pressing 'TAB' will switch to the
-"*Completions*" buffer when it pops up that buffer.
+'completion-auto-select' to t and pressing 'TAB' will switch to the
+"*Completions*" buffer when it pops up that buffer. If the value is
+'second-tab', then the first tab will display "*Completions*" and the
+second one will switch to the "*Completions*" buffer.
 
 *** New user option 'completion-wrap-movement'.
 When non-nil, the commands 'next-completion' and 'previous-completion'



reply via email to

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