summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-20 16:22:16 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-20 16:22:16 +0100
commite1ba25426a2f5c36031291614bd9bb6eb748312b (patch)
tree403a1652c4bde12a6b53566794756ac5c472e863
parent6c9238218dfaf1a6d7e1b1a12ac34c82641b3d34 (diff)
Shorten comment
-rw-r--r--cape.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/cape.el b/cape.el
index ae1af7b..709435a 100644
--- a/cape.el
+++ b/cape.el
@@ -1031,9 +1031,8 @@ Usually you want to add multiple non-exclusive Capfs to the variable
(pt (- (point) beg))
(pred (plist-get plist :predicate))
(md (completion-metadata (substring str 0 pt) table pred)))
- ;; NOTE: Treat the Capfs always as non-exclusive. Return the first which
- ;; returns a non-nil result. See the comment in `corfu--capf-wrapper'
- ;; for further considerations.
+ ;; Treat the Capfs always as non-exclusive. Return the first which
+ ;; returns non-nil. See also the comment in `corfu--capf-wrapper'.
(and (completion-try-completion str table pred pt md)
result))))))