[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 361f9fe4152 2/2: ; * lisp/minibuffer.el (completion-lazy-hilit-fn
From: |
Eli Zaretskii |
Subject: |
master 361f9fe4152 2/2: ; * lisp/minibuffer.el (completion-lazy-hilit-fn): Fix last change. |
Date: |
Tue, 7 Nov 2023 09:32:17 -0500 (EST) |
branch: master
commit 361f9fe4152f8dbb2a8c36c97bae13f689b606f0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * lisp/minibuffer.el (completion-lazy-hilit-fn): Fix last change.
---
lisp/minibuffer.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 8d662fafb9e..7a791fafaa6 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -3825,9 +3825,9 @@ see `completion-lazy-hilit-fn' and
`completion-pcm--hilit-commonality'.")
"Fontification function set by lazy-highlighting completions styles.
When a given style wants to enable support for `completion-lazy-hilit'
\(which see), that style should set this variable to a function of one
-argument. It will be called with a completion candidate, a string, to
-be displayed to the user, and should destructively propertize the string
-with the `face' property.")
+argument. It will be called with each completion candidate, a string, to
+be displayed to the user, and should destructively propertize these
+strings with the `face' property.")
(defun completion-lazy-hilit (str)
"Return a copy of completion candidate STR that is `face'-propertized.