branch: externals/cape
commit a2ee5d5ebc436dd7ad5d0d2bb7bb5cc76bac94f3
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix typo
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index e1615730a1..0b256e4976 100644
--- a/cape.el
+++ b/cape.el
@@ -1139,7 +1139,7 @@ precedence over the properties specified as part of the 
Capf result."
                         (and csort `((cycle-sort-function . ,csort)))
                         (and cat `((category . ,cat)))
                         (and ann `((annotation-function . ,ann)))
-                        (and aff `((annotation-function . ,aff))))))
+                        (and aff `((affixation-function . ,aff))))))
     (if alist
         (lambda (str pred action)
           (if (eq action 'metadata)

Reply via email to