diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-14 09:33:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-14 09:33:26 +0300 |
commit | 63e1b42f5b69d9a7346921b4c1998d7a3a8ae223 (patch) | |
tree | 300a7ce137d12c6390cda92771aec77a0f321985 /lisp/leim/quail | |
parent | f6679ccceb83fdc49ec7e88e7be0735efa6702da (diff) | |
download | emacs-63e1b42f5b69d9a7346921b4c1998d7a3a8ae223.tar.gz |
; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix.
Diffstat (limited to 'lisp/leim/quail')
-rw-r--r-- | lisp/leim/quail/indian.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/leim/quail/indian.el b/lisp/leim/quail/indian.el index 62836f31319..e652f108dde 100644 --- a/lisp/leim/quail/indian.el +++ b/lisp/leim/quail/indian.el @@ -496,13 +496,13 @@ Full key sequences are listed below:" ("ௐ" "OM")) "List of input sequences to translate to Tamil characters. Each element should be (CHARACTER INPUT-SEQUENCES...) where -CHARACTER is the Tamil character, and INPUT-SEQUENCES is a list -of input sequences which produce that character. +CHARACTER is the Tamil character, and INPUT-SEQUENCES are one +or more input sequences which produce that character. CHARACTER is considered as a consonant (மெய் எழுத்து) if it ends with a pulli (virama). -CHARACTER that is neither a vowel nor a consonant are inserted as +CHARACTER that is neither a vowel nor a consonant is inserted as is." :group 'tamil-input :type '(alist :key-type string :value-type (repeat string)) |