1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

completions-annotations doc string clarification

* lisp/minibuffer.el (completions-annotations): Mention that it's
not always used.
This commit is contained in:
Lars Ingebrigtsen 2021-09-13 12:20:57 +02:00
parent 5da8875e26
commit adda0df193
2 changed files with 9 additions and 2 deletions

View file

@ -1807,7 +1807,9 @@ Return nil if there is no valid completion, else t."
(_ t)))
(defface completions-annotations '((t :inherit (italic shadow)))
"Face to use for annotations in the *Completions* buffer.")
"Face to use for annotations in the *Completions* buffer.
This face is only used if the strings used for completions
doesn't already specify a face.")
(defcustom completions-format 'horizontal
"Define the appearance and sorting of completions.