; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments.
This commit is contained in:
parent
3cda1fdc3b
commit
b115c2d5eb
1 changed files with 2 additions and 2 deletions
|
@ -4391,8 +4391,8 @@ the same set of elements."
|
||||||
;; changed such that string->pattern wouldn't add an `any'
|
;; changed such that string->pattern wouldn't add an `any'
|
||||||
;; here any more.
|
;; here any more.
|
||||||
(if unique
|
(if unique
|
||||||
;; if the common prefix is unique, it also is a common
|
;; If the common prefix is unique, it also is a common
|
||||||
;; suffix, so we should add it for `prefix' elements
|
;; suffix, so we should add it for `prefix' elements.
|
||||||
(push prefix res)
|
(push prefix res)
|
||||||
;; `prefix' only wants to include the fixed part before the
|
;; `prefix' only wants to include the fixed part before the
|
||||||
;; wildcard, not the result of growing that fixed part.
|
;; wildcard, not the result of growing that fixed part.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue