summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-05-11 19:25:53 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-05-11 19:25:53 +0200
commitf432cd15d951a5fa245d9dfa63d8cfd7812f7a2e (patch)
tree99e055aa57e737a1903f979643bc0daccb72c869
parent446c6d311af75ef0c4d9d5dd399ffbe677038558 (diff)
Add reference to bug#48356 in comment.
-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))))