diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-24 11:05:26 +0100 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-24 11:18:05 +0100 |
commit | acde5252d37cf241a445da2eca509760727d9df6 (patch) | |
tree | 82263ca07d1096d3ce2fb5271ed08bb1f5ca9bc9 /doc/emacs | |
parent | 3a349ff6487982d9e3c427eda987aed452305d78 (diff) | |
download | emacs-acde5252d37cf241a445da2eca509760727d9df6.tar.gz emacs-acde5252d37cf241a445da2eca509760727d9df6.tar.bz2 emacs-acde5252d37cf241a445da2eca509760727d9df6.zip |
Add documentation entries for completion-auto-select user option.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/mini.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index ff0fa505a8e..181cade80b3 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 |