branch: externals/cape
commit 4b5be758515cf06cf22de2d1b5de459491f7197b
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix docstring
---
 cape.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cape.el b/cape.el
index acb5e46e8e..ae2f2622e7 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

Reply via email to