From: Eli Zaretskii Date: Tue, 7 Nov 2023 14:31:40 +0000 (+0200) Subject: ; * lisp/minibuffer.el (completion-lazy-hilit-fn): Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=361f9fe4152f8dbb2a8c36c97bae13f689b606f0;p=emacs.git ; * lisp/minibuffer.el (completion-lazy-hilit-fn): Fix last change. --- 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.