diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-12 00:54:39 +0100 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2022-03-12 00:54:39 +0100 |
commit | e28309ce053be8736176109755cb492fea338b20 (patch) | |
tree | f8c04fb92751e1d438aceb8271e28ebd46280f19 /doc/emacs/mini.texi | |
parent | 7b62bef2d3ed7d998b8d50b7ce7f7ec8c5fe7db1 (diff) | |
download | emacs-e28309ce053be8736176109755cb492fea338b20.tar.gz |
Add two new options for completions.
* doc/emacs/mini.texi (completion-lazy-count):
(completion-header-text-property-list) : New customs
Updated NEWS and manual.
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 7224c486139..769acbcdd59 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -667,6 +667,18 @@ control of the Completion window display properties you can use Alists,,Action Alists for Buffer Display, elisp, The Emacs Lisp Reference Manual}). +@vindex completion-lazy-count +@vindex completion-header-text-property-list + When the boolean variable @code{completion-lazy-count} is +non-@code{nil} the completions header line shows the total number of +completion candidates. With the text property list +@code{completion-header-text-property-list} (@pxref{Property +Lists,,Property Lists, elisp, The Emacs Lisp Reference Manual}) the +user can specify some text properties to the completions header line. +Some useful values may be @code{face}, @code{cursor-intangible} or +@code{invisible} (@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 |