From: Eli Zaretskii Date: Sat, 14 Sep 2024 09:26:54 +0000 (+0300) Subject: ; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5349bf91a8a13c268a8eaff7ac2050eba596748;p=emacs.git ; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments. (cherry picked from commit b115c2d5ebaa9819fc0a12b0df75f9b1080d53e6) --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 1c855355140..55fe0b93b5d 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -5349,8 +5349,8 @@ the same set of elements." ;; changed such that string->pattern wouldn't add an `any' ;; here any more. (if unique - ;; if the common prefix is unique, it also is a common - ;; suffix, so we should add it for `prefix' elements + ;; If the common prefix is unique, it also is a common + ;; suffix, so we should add it for `prefix' elements. (push prefix res) ;; `prefix' only wants to include the fixed part before the ;; wildcard, not the result of growing that fixed part.