summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-05-09 22:32:55 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-05-09 22:32:55 +0200
commit4b5be758515cf06cf22de2d1b5de459491f7197b (patch)
treed667600589ddaceba33e46e49372e4f067e20655
parent383fab93cbba6ef0a6a389b1a0e01f88a3d7e2d5 (diff)
Fix docstring
-rw-r--r--cape.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/cape.el b/cape.el
index acb5e46..ae2f262 100644
--- a/cape.el
+++ b/cape.el
@@ -886,10 +886,10 @@ again if the input prefix changed."
(defun cape-wrap-super (&rest capfs)
"Call CAPFS and return merged completion result.
The CAPFS list can contain the keyword `:with' to mark the Capfs
-afterwards as auxiliary One of the non-auxiliary Capfs before
-`:with' must return non-nil for the super Capf to set in and
-return a non-nil result. Such behavior is useful when listing
-multiple super Capfs in the `completion-at-point-functions':
+afterwards as auxiliary. One of the non-auxiliary Capfs before `:with'
+must return non-nil for the super Capf to set in and return a non-nil
+result. Such behavior is useful when listing multiple super Capfs in
+the `completion-at-point-functions':
(setq completion-at-point-functions
(list (cape-capf-super \\='eglot-completion-at-point