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 [EMAC


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ja-dic-cnv.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:24:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:24:27

Index: ja-dic-cnv.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/ja-dic-cnv.el,v
retrieving revision 1.19.2.2
retrieving revision 1.19.2.3
diff -u -b -r1.19.2.2 -r1.19.2.3
--- ja-dic-cnv.el       25 Jul 2007 07:41:04 -0000      1.19.2.2
+++ ja-dic-cnv.el       8 Aug 2007 07:24:27 -0000       1.19.2.3
@@ -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]