diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-13 20:34:19 +0100 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-13 20:34:19 +0100 |
commit | e303fa3e605bd9d0f43a5acaa39e9a24ac44e1db (patch) | |
tree | 4b83b99b244f7c34c4b118f376309e3728a10133 /doc/emacs/mini.texi | |
parent | 10cb469ee81c0ff2ad3740e7099227d0a6907545 (diff) | |
download | emacs-e303fa3e605bd9d0f43a5acaa39e9a24ac44e1db.tar.gz |
Use the new cursor-face feature to highlight completions.
* lisp/minibuffer.el (completions-highlight-face) : New custom.
(completions-highlight-mode) : Removed
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 718ac3ec7a7..eca0464fdf5 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -676,10 +676,12 @@ useful ones are @code{face} or @code{cursor-intangible} (@pxref{Special Properties,,Properties with Special Meanings, elisp, The Emacs Lisp Reference Manual}). -@vindex completions-highlight-mode -When the mode @code{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}. +@vindex completions-highlight-face +When @code{completions-highlight-face} is a face name; then the +current completion candidate will be highlighted with that face. The +default value is @code{completions-highlight}. When the value is +@code{nil} no highlight is performed. This feature sets the text +property @code{cursor-face}. @node Minibuffer History @section Minibuffer History |