emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/completions-customs 7380b6f0ad: Make the completion-header-forma


From: Jimmy Aguilar Mena
Subject: feature/completions-customs 7380b6f0ad: Make the completion-header-format info more precise.
Date: Sun, 13 Mar 2022 18:52:36 -0400 (EDT)

branch: feature/completions-customs
commit 7380b6f0adf94b785e693d494816b419b55bf7cb
Author: Jimmy Aguilar Mena <spacibba@aol.com>
Commit: Jimmy Aguilar Mena <spacibba@aol.com>

    Make the completion-header-format info more precise.
---
 doc/emacs/mini.texi | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index eca0464fdf..b66454f930 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -669,12 +669,13 @@ Reference Manual}).
 
 @vindex completion-header-format
 The variable @code{completion-header-format} is a formatted string to
-control the message shown before completions.  It may contain a ``%s''
-to show the total number of completions.  If nil no completion header
-is shown.  Text properties may be added to change the appearance, some
-useful ones are @code{face} or @code{cursor-intangible}
-(@pxref{Special Properties,,Properties with Special Meanings, elisp,
-The Emacs Lisp Reference Manual}).
+control the informative line shown before the completions list of
+candidates.  It may contain a ``%s'' to show the total number of
+completions.  When it is @code{nil} the message is totally suppressed.
+Text properties may be added to change the appearance, some 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-face
 When @code{completions-highlight-face} is a face name; then the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]