summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-07-14 09:33:26 +0300
committerEli Zaretskii <eliz@gnu.org>2022-07-14 09:33:26 +0300
commit63e1b42f5b69d9a7346921b4c1998d7a3a8ae223 (patch)
tree300a7ce137d12c6390cda92771aec77a0f321985
parentf6679ccceb83fdc49ec7e88e7be0735efa6702da (diff)
downloademacs-63e1b42f5b69d9a7346921b4c1998d7a3a8ae223.tar.gz
; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix.
-rw-r--r--lisp/leim/quail/indian.el6
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))