From 7380b6f0adf94b785e693d494816b419b55bf7cb Mon Sep 17 00:00:00 2001 From: Jimmy Aguilar Mena Date: Sun, 13 Mar 2022 23:51:13 +0100 Subject: [PATCH] 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 eca0464fdf5..b66454f9304 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 -- 2.39.2