summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-04-13 12:19:45 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-04-13 12:19:45 +0200
commite948e40661a0ffbb30bcc7c4b0a19166dfad3c59 (patch)
tree82d1c1e12edcfb08ee45f237a413417043e06883
parentb000b6af018434b9088872568c5866db965a14f8 (diff)
Add comments
-rw-r--r--cape.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cape.el b/cape.el
index 910a7ae..c72ce02 100644
--- a/cape.el
+++ b/cape.el
@@ -656,7 +656,7 @@ The function `cape-super-capf' is experimental."
'(metadata (category . cape-super)
(display-sort-function . identity)
(cycle-sort-function . identity)))
- ('t
+ ('t ;; all-completions
(let ((ht (make-hash-table :test #'equal))
(candidates nil))
(cl-loop for (table . plist) in tables do
@@ -677,7 +677,7 @@ The function `cape-super-capf' is experimental."
(setq candidates (nconc candidates cands))))
(setq cand-ht ht)
(delq nil candidates)))
- (_
+ (_ ;; try-completion and test-completion
(completion--some
(pcase-lambda (`(,table . ,plist))
(complete-with-action