]> code.delx.au - gnu-emacs/blobdiff - lisp/international/ja-dic-cnv.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / international / ja-dic-cnv.el
index 357cf8f7d1ed130525091d6a580328896622bdae..9daa00410c30eff60b00d70ed59a4b9401afe5d2 100644 (file)
 ;; 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)))