diff options
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index eb2bfce136a..afacb9c7cde 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -665,6 +665,11 @@ 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}). +@vindex completions-highlight-mode +When the mode @{completions-highlight-mode} is active the candidate +under the cursor is highlighted when the completion window is +selected. The mode uses the face @code{completions-highlight}. + @node Minibuffer History @section Minibuffer History @cindex minibuffer history |