]> git.eshelyaron.com Git - emacs.git/commitdiff
; (completion-pcm--hilit-commonality): Update docstring
authorEshel Yaron <me@eshelyaron.com>
Mon, 12 Feb 2024 07:01:18 +0000 (08:01 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 Feb 2024 07:01:18 +0000 (08:01 +0100)
lisp/minibuffer.el

index d41c105f865111abf98efaf346b2e7b5f1292e08..84be37e27d5e7597096f316a2928b7692ee7a3b1 100644 (file)
@@ -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