summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-11 08:39:09 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-11 08:39:09 +0000
commit356a9e365dfff501e089dd814a54234a782e38de (patch)
treef47c4612a06fc66975568e999801cf173eccd8fd /leim
parent68cf616617827476cbeb56bbbc92cefcd4d693ba (diff)
downloademacs-356a9e365dfff501e089dd814a54234a782e38de.tar.gz
* quail/hangul.el (hangul-djamo): Fix typo in docstring.
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog14
-rw-r--r--leim/quail/hangul.el2
2 files changed, 9 insertions, 7 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index f1c8d7f5b9c..8a270b804d8 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-11 Juanma Barranquero <lekktu@gmail.com>
+
+ * quail/hangul.el (hangul-djamo): Fix typo in docstring.
+
2008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
* quail/cyrillic.el: Handle backslash key (bug#839).
@@ -12,9 +16,9 @@
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
with upturn.
-2008-09-02 Carsten Bormann <cabo@tzi.org>
+2008-09-02 Carsten Bormann <cabo@tzi.org>
- * quail/latin-post.el ("german-postfix"): do not translate ue to
+ * quail/latin-post.el ("german-postfix"): Do not translate ue to
\"u after a, e or q, because that would be extremely uncommon
compared to aue, eue or que. The only exception is the prefix
"ge", after which, according to corpus statistics, a \"u can be
@@ -22,8 +26,7 @@
2008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
- * quail/hangul.el (hangul3-input-method-jong): Fix array indexing
- bug.
+ * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
2008-07-19 Juri Linkov <juri@jurta.org>
@@ -193,8 +196,7 @@
2008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
- * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and
- \vk.
+ * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el
index 76ce625d292..c2bdc6e8b17 100644
--- a/leim/quail/hangul.el
+++ b/leim/quail/hangul.el
@@ -162,7 +162,7 @@ Setup `quail-overlay' to the last character."
(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))))