diff options
author | Juri Linkov <juri@linkov.net> | 2022-03-24 19:54:14 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2022-03-24 19:54:14 +0200 |
commit | 71aec1d0444ab351a4f20ae1ed10dee7bc12af88 (patch) | |
tree | 23ad2fba1f9c9d87b7dad7b3779e7f604953e330 /doc/emacs/mini.texi | |
parent | 45978f97be89ae989ecf9e7129b88592e70a1f24 (diff) | |
download | emacs-71aec1d0444ab351a4f20ae1ed10dee7bc12af88.tar.gz |
Small fixes for the new feature 'second-tab' of 'completion-auto-select'
* lisp/simple.el (completion-auto-select): Extend the docstring.
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 181cade80b3..dd78262aeb8 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -643,12 +643,12 @@ 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 + 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. +@code{second-tab}, then the first @key{TAB} will pop 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 |