diff options
| -rw-r--r-- | cape-char.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cape-char.el b/cape-char.el index d3f61ce..c2fa332 100644 --- a/cape-char.el +++ b/cape-char.el @@ -76,7 +76,7 @@ are not included. Hash values are either char or strings." " + ")))) (defun cape-char--exit (hash name status) - "Exit function given completion status, looks-up NAME in HASH." + "Exit function given completion STATUS, looks-up NAME in HASH." (when-let (((not (eq status 'exact))) (char (gethash name hash))) (delete-region (max (point-min) (- (point) (length name))) (point)) |
