branch: externals/cape
commit e1ba25426a2f5c36031291614bd9bb6eb748312b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Shorten comment
---
cape.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cape.el b/cape.el
index ae1af7b77f..709435a2c5 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))))))