emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 7e75b3f672: Use quoting in comment


From: ELPA Syncer
Subject: [elpa] externals/corfu 7e75b3f672: Use quoting in comment
Date: Sun, 7 May 2023 03:57:42 -0400 (EDT)

branch: externals/corfu
commit 7e75b3f672f7d18e75175862365e5f9f6da069c4
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use quoting in comment
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index fc5bf8e556..00ce4531d7 100644
--- a/corfu.el
+++ b/corfu.el
@@ -577,7 +577,7 @@ FRAME is the existing frame."
   (pcase-let* ((before (substring str 0 pt))
                (after (substring str pt))
                (corfu--metadata (completion-metadata before table pred))
-               ;; bug#47678: `completion-boundaries` fails for 
`partial-completion`
+               ;; bug#47678: `completion-boundaries' fails for 
`partial-completion'
                ;; if the cursor is moved between the slashes of "~//".
                ;; See also vertico.el which has the same issue.
                (bounds (or (condition-case nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]