From e1ba25426a2f5c36031291614bd9bb6eb748312b Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 20 Dec 2025 16:22:16 +0100 Subject: Shorten comment --- cape.el | 5 ++--- 1 file 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)))))) -- cgit v1.0