emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 58f77a1 1/3: Add HIRAGANA ITERATION MARK to japanes


From: Kenichi Handa
Subject: [Emacs-diffs] master 58f77a1 1/3: Add HIRAGANA ITERATION MARK to japanese-kana-table. (tiny change)
Date: Tue, 31 May 2016 15:20:29 +0000 (UTC)

branch: master
commit 58f77a137a84caac05611d0ea706d7707978b629
Author: Ikumi Keita <address@hidden>
Commit: K. Handa <address@hidden>

    Add HIRAGANA ITERATION MARK to japanese-kana-table.  (tiny change)
    
    * lisp/language/japan-util.el (japanese-kana-table): Add an
    entry for HIRAGANA ITERATION MARK (U+309D).
    (japanese-alpha-numeric-table): Fix docstring.
---
 lisp/language/japan-util.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el
index f0d817b..939b70a 100644
--- a/lisp/language/japan-util.el
+++ b/lisp/language/japan-util.el
@@ -57,6 +57,7 @@
     (?$B$C(B ?$B%C(B ?(I/(B)
     (?$B$c(B ?$B%c(B ?(I,(B) (?$B$e(B ?$B%e(B ?(I-(B) (?$B$g(B 
?$B%g(B ?(I.(B)
     (?$B$n(B ?$B%n(B "(I\(B")
+    (?$B!5(B ?$B!3(B) (?$B!6(B ?$B!4(B)
     ("$B$&!+(B" ?$B%t(B "(I3^(B") (nil ?$B%u(B "(I6(B") (nil 
?$B%v(B "(I9(B"))
   "Japanese JISX0208 Kana character table.
 Each element is of the form (HIRAGANA KATAKANA HANKAKU-KATAKANA), where
@@ -146,7 +147,7 @@ and HANKAKU belongs to `japanese-jisx0201-kana'.")
     (?$B#p(B . ?p) (?$B#q(B . ?q) (?$B#r(B . ?r) (?$B#s(B . ?s) 
(?$B#t(B . ?t)
     (?$B#u(B . ?u) (?$B#v(B . ?v) (?$B#w(B . ?w) (?$B#x(B . ?x) 
(?$B#y(B . ?y) (?$B#z(B . ?z))
   "Japanese JISX0208 alpha numeric character table.
-Each element is of the form (ALPHA-NUMERIC ASCII), where ALPHA-NUMERIC
+Each element is of the form (ALPHA-NUMERIC . ASCII), where ALPHA-NUMERIC
 belongs to `japanese-jisx0208', ASCII belongs to `ascii'.")
 
 ;; Put properties 'jisx0208 and 'ascii to each Japanese alpha numeric



reply via email to

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