From fb34c561396e7cefa3b217a5399ec5457fe549f9 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Mon, 12 Feb 2024 08:01:18 +0100 Subject: [PATCH] ; (completion-pcm--hilit-commonality): Update docstring --- lisp/minibuffer.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index d41c105f865..84be37e27d5 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -4637,11 +4637,9 @@ PATTERN, a list of symbols and strings as seen `completion-pcm--merge-completions', is assumed to match every string in COMPLETIONS. -If `completion-lazy-hilit' is nil, return a deep copy of -COMPLETIONS where each string is propertized with -`completion-score', a number between 0 and 1, and with faces -`completions-common-part', `completions-first-difference' in the -relevant segments. +If `completion-lazy-hilit' is nil, return a deep copy of COMPLETIONS +where each string is propertized with faces `completions-common-part' +and `completions-first-difference' in the relevant segments. Else, if `completion-lazy-hilit' is t, return COMPLETIONS unchanged, but setup a suitable `completion-lazy-hilit-fn' (which -- 2.39.5