diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-08 12:46:56 +0100 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-10 14:37:40 +0100 |
commit | 09b548fd5e7860f363a3d5bf6f975f577b9cd43e (patch) | |
tree | bc740c830223dfc3a8f3772163f42e7a361ca88d /doc/emacs/mini.texi | |
parent | 6b3c665d2a8070791dff6520652c00c7b44d64bd (diff) | |
download | emacs-09b548fd5e7860f363a3d5bf6f975f577b9cd43e.tar.gz emacs-09b548fd5e7860f363a3d5bf6f975f577b9cd43e.tar.bz2 emacs-09b548fd5e7860f363a3d5bf6f975f577b9cd43e.zip |
completions-max-height new custom variable.
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 5d351dd10b6..eb2bfce136a 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -658,6 +658,13 @@ 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. +@vindex completions-max-height + When @code{completions-max-height} is non-@code{nil} it limits the +size of the completions window. It is specified in lines and include +mode, header line and a bottom divider, if any. For a more complex +control of the Completion window display properties you can use +@code{display-buffer-alist} (@pxref{Buffer Display Action Alists}). + @node Minibuffer History @section Minibuffer History @cindex minibuffer history |