diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-09 22:32:55 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-05-09 22:32:55 +0200 |
| commit | 4b5be758515cf06cf22de2d1b5de459491f7197b (patch) | |
| tree | d667600589ddaceba33e46e49372e4f067e20655 /cape.el | |
| parent | 383fab93cbba6ef0a6a389b1a0e01f88a3d7e2d5 (diff) | |
Fix docstring
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
