diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-03 11:13:53 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-03 13:05:32 +0200 |
commit | 0cabf8bc363cdeace84523b251752c0aac32b31b (patch) | |
tree | 314c6c45d255ce573e1dc3477b7f480cf4dd63e3 /lisp/language | |
parent | d1f324766631ad15b1e893463e93000298f44480 (diff) | |
download | emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.gz emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.bz2 emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.zip |
; Fix typos
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/japan-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index f3e3590645b..feb75a198e2 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el @@ -145,7 +145,7 @@ and HANKAKU belongs to `japanese-jisx0201-kana'.") (?p . ?p) (?q . ?q) (?r . ?r) (?s . ?s) (?t . ?t) (?u . ?u) (?v . ?v) (?w . ?w) (?x . ?x) (?y . ?y) (?z . ?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 (ALPHANUMERIC . ASCII), where ALPHANUMERIC belongs to `japanese-jisx0208', ASCII belongs to `ascii'.") ;; Put properties 'jisx0208 and 'ascii to each Japanese alpha numeric |