diff options
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
