[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 b115c2d5eba 2/2: ; * lisp/minibuffer.el (completion-pcm--merge-
From: |
Eli Zaretskii |
Subject: |
emacs-30 b115c2d5eba 2/2: ; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments. |
Date: |
Sat, 14 Sep 2024 05:27:15 -0400 (EDT) |
branch: emacs-30
commit b115c2d5ebaa9819fc0a12b0df75f9b1080d53e6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * lisp/minibuffer.el (completion-pcm--merge-completions): Fix comments.
---
lisp/minibuffer.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 216385d9cdf..fef8e1df86e 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -4391,8 +4391,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.