diff options
Diffstat (limited to 'lisp/international/kkc.el')
-rw-r--r-- | lisp/international/kkc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index ff95fa18858..2d9740207bd 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el @@ -168,7 +168,7 @@ area while indicating the current selection by `<N>'." ;; kkc-current-conversions for key sequence kkc-current-key of length ;; LEN. If no conversion is found in the dictionary, don't change ;; kkc-current-conversions and return nil. -;; Postfixes are handled only if POSTFIX is non-nil. +;; Postfixes are handled only if POSTFIX is non-nil. (defun kkc-lookup-key (len &optional postfix prefer-noun) ;; At first, prepare cache data if any. (unless kkc-init-file-flag |