Document `completions-format'

* doc/emacs/mini.texi (Completion Options): Document
`completions-format'.

* lisp/simple.el (completion-list-mode): Mention in (bug#49003).
This commit is contained in:
Lars Ingebrigtsen 2021-06-15 15:46:33 +02:00
parent 1756e4757c
commit 17dcc54db4
2 changed files with 11 additions and 0 deletions

View file

@ -630,6 +630,14 @@ in a cyclic manner. If you give @code{completion-cycle-threshold} a
numeric value @var{n}, completion commands switch to this cycling
behavior only when there are @var{n} or fewer alternatives.
@vindex completions-format
When displaying completions, Emacs will normally pop up a new buffer
to display the completions. The completions will (by default) be
sorted in columns horizontally in alphabetical order, but this can be
changed by changing the @code{completions-format} user option. If
@code{vertical}, sort the completions vertically in columns instead,
and if @code{one-column}, just use a single column.
@node Minibuffer History
@section Minibuffer History
@cindex minibuffer history

View file

@ -9086,6 +9086,9 @@ Type \\<completion-list-mode-map>\\[choose-completion] in the completion list\
to select the completion near point.
Or click to select one with the mouse.
See the `completions-format' user option to control how this
buffer is formatted.
\\{completion-list-mode-map}")
(defun completion-list-mode-finish ()