diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-20 16:22:16 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-20 16:22:16 +0100 |
| commit | e1ba25426a2f5c36031291614bd9bb6eb748312b (patch) | |
| tree | 403a1652c4bde12a6b53566794756ac5c472e863 | |
| parent | 6c9238218dfaf1a6d7e1b1a12ac34c82641b3d34 (diff) | |
Shorten comment
| -rw-r--r-- | cape.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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)))))) |
