emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/ja-dic-cnv.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ja-dic-cnv.el,v
Date: Mon, 13 Aug 2007 13:42:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/international/ja-dic-cnv.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/ja-dic-cnv.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- lisp/international/ja-dic-cnv.el    26 Jul 2007 05:27:07 -0000      1.20
+++ lisp/international/ja-dic-cnv.el    13 Aug 2007 13:40:57 -0000      1.21
@@ -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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]