[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cda77d9544a 2/2: * lisp/minibuffer.el: Mention `eager-display' in
From: |
Juri Linkov |
Subject: |
master cda77d9544a 2/2: * lisp/minibuffer.el: Mention `eager-display' in more docstrings. |
Date: |
Tue, 17 Dec 2024 02:53:50 -0500 (EST) |
branch: master
commit cda77d9544a41845bf9408581c61da3823251e57
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>
* lisp/minibuffer.el: Mention `eager-display' in more docstrings.
(completion-category-defaults, completion-category-overrides):
Add `eager-display' to the docstring.
---
lisp/minibuffer.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 91495f9f941..253c26a84ea 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -1210,6 +1210,7 @@ an association list that can specify properties such as:
- `group-function': function for grouping the completion candidates.
- `annotation-function': function to add annotations in *Completions*.
- `affixation-function': function to prepend/append a prefix/suffix.
+- `eager-display': function to show *Completions* eagerly.
Categories are symbols such as `buffer' and `file', used when
completing buffer and file names, respectively.
@@ -1231,6 +1232,7 @@ possible values are the same as in `completions-sort'.
- `group-function': function for grouping the completion candidates.
- `annotation-function': function to add annotations in *Completions*.
- `affixation-function': function to prepend/append a prefix/suffix.
+- `eager-display': function to show *Completions* eagerly.
See more description of metadata in `completion-metadata'.
Categories are symbols such as `buffer' and `file', used when