]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `completions-format'
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 13:46:33 +0000 (15:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 13:46:33 +0000 (15:46 +0200)
* doc/emacs/mini.texi (Completion Options): Document
`completions-format'.

* lisp/simple.el (completion-list-mode): Mention in (bug#49003).

doc/emacs/mini.texi
lisp/simple.el

index 2fdb1e7072f8e91ac8a8c0b84e235a02c994f5ab..6dcee3fa824bb713935679bdfb8a048d2a66ac54 100644 (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
index 4630a11c7536677a9eb0f83e6b42527f78b3ef14..fdaeb6ac22df28e7cbb2e0784d016201d0b011f5 100644 (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 ()