diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:27:21 +0000 |
commit | 3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (patch) | |
tree | 598e888ff354bd38c9a6e819d200bca004e34229 /lisp/international/ja-dic-cnv.el | |
parent | df26688bd008d27830c166dbc3caccad7e83da0f (diff) | |
download | emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/international/ja-dic-cnv.el')
-rw-r--r-- | lisp/international/ja-dic-cnv.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 5fa18221327..e7c9b633b3b 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -215,8 +215,8 @@ ;; Return t if substring of STR (between FROM and TO) can be broken up ;; to chunks all of which can be derived from another entry in SKK ;; dictionary. SKKBUF is the buffer where the original SKK dictionary -;; is visited, KANA is the current entry for STR. FIRST is t iff this -;; is called at top level. +;; is visited, KANA is the current entry for STR. FIRST is t only if +;; this is called at top level. (defun skkdic-breakup-string (skkbuf kana str from to &optional first) (let ((len (- to from))) |