summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
Diffstat (limited to 'cape.el')
-rw-r--r--cape.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cape.el b/cape.el
index 966817f..85d9aaa 100644
--- a/cape.el
+++ b/cape.el
@@ -876,7 +876,7 @@ The PREDICATE is passed the candidate symbol or string."
`(,beg ,end ,(cape--silent-table table) ,@plist)))))
;;;###autoload
-(defun cape-capf-with-case-fold (capf)
+(defun cape-capf-case-fold (capf)
"Create a new CAPF which is case insensitive."
(lambda ()
(pcase (funcall capf)