summaryrefslogtreecommitdiff
path: root/corfu.el
diff options
context:
space:
mode:
Diffstat (limited to 'corfu.el')
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index aa34d28..f4526a6 100644
--- a/corfu.el
+++ b/corfu.el
@@ -653,7 +653,7 @@ Set to nil in order to disable confirmation."
;; cursor, then the candidate only includes the prefix
;; "~/emacs/master/lisp/", but not the suffix "/calc". Default
;; completion has the same problem when selecting in the
- ;; *Completions* buffer.
+ ;; *Completions* buffer. See bug#48356.
(setq str (concat (substring str 0 corfu--base)
(substring-no-properties
(nth (max 0 corfu--index) corfu--candidates))))