]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Sep 2024 09:26:54 +0000 (12:26 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:34:26 +0000 (22:34 +0200)
(cherry picked from commit b115c2d5ebaa9819fc0a12b0df75f9b1080d53e6)

lisp/minibuffer.el

index 1c8553551407709e41223a396708a41cf72b689c..55fe0b93b5ddcd3b46af9611c55712220d9c1513 100644 (file)
@@ -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.