emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/leim/quail/hangul.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/leim/quail/hangul.el,v
Date: Tue, 11 Nov 2008 08:39:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/11/11 08:39:09

Index: quail/hangul.el
===================================================================
RCS file: /sources/emacs/emacs/leim/quail/hangul.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- quail/hangul.el     10 Aug 2008 23:58:01 -0000      1.24
+++ quail/hangul.el     11 Nov 2008 08:39:09 -0000      1.25
@@ -162,7 +162,7 @@
 (defun hangul-djamo (jamo char1 char2)
   "Return the dobule Jamo index calculated from the arguments.
 JAMO is a type of Hangul Jamo; `cho', `jung', or `jong'.
-CHAR1 and CAHR2 are Hangul Jamo indices.
+CHAR1 and CHAR2 are Hangul Jamo indices.
 Return nil if CHAR1 and CHAR2 can not combined."
   (let* ((jamo (cdr (assoc jamo hangul-djamo-table)))
          (char1 (cdr (assoc char1 jamo))))




reply via email to

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