diff options
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ind-util.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index dfd092dd00a..37971713280 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el | |||
| @@ -98,8 +98,8 @@ | |||
| 98 | '(;; for encode/decode | 98 | '(;; for encode/decode |
| 99 | (;; vowels -- 18 | 99 | (;; vowels -- 18 |
| 100 | "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U") | 100 | "a" ("aa" "A") "i" ("ii" "I") "u" ("uu" "U") |
| 101 | ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") nil "e" "ai" | 101 | ("RRi" "R^i") ("LLi" "L^i") (".c" "e.c") "E" "e" "ai" |
| 102 | "o.c" nil "o" "au" ("RRI" "R^I") ("LLI" "L^I")) | 102 | "o.c" "O" "o" "au" ("RRI" "R^I") ("LLI" "L^I")) |
| 103 | (;; consonants -- 40 | 103 | (;; consonants -- 40 |
| 104 | "k" "kh" "g" "gh" ("~N" "N^") | 104 | "k" "kh" "g" "gh" ("~N" "N^") |
| 105 | "ch" ("Ch" "chh") "j" "jh" ("~n" "JN") | 105 | "ch" ("Ch" "chh") "j" "jh" ("~n" "JN") |