summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-11-07 12:59:20 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-11-07 13:00:53 +0100
commit5c44122030fbe6fdad2a4ab64d1a81b586df4704 (patch)
tree81722d842f26db153f69d78bcd605191ddb09541
parentb97639ed7caa2ef9b2e412d016b6934ca21408b7 (diff)
Update docstring
-rw-r--r--cape.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/cape.el b/cape.el
index 668af70..cf83a61 100644
--- a/cape.el
+++ b/cape.el
@@ -892,7 +892,7 @@ 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
+ (list (cape-capf-super \\='elisp-completion-at-point
:with \\='tempel-complete)
(cape-capf-super \\='cape-dabbrev
:with \\='tempel-complete)))"
@@ -987,10 +987,10 @@ the `completion-at-point-functions':
(if (and table-pred pred)
(lambda (x) (and (funcall table-pred x) (funcall pred x)))
(or table-pred pred)))))))
- :company-prefix-length ,prefix-len
:category cape-super
- :display-sort-function identity
- :cycle-sort-function identity
+ :company-prefix-length ,prefix-len
+ :display-sort-function ,#'identity
+ :cycle-sort-function ,#'identity
,@(and (not exclusive) '(:exclusive no))
,@(mapcan
(lambda (prop)