From: Eli Zaretskii Date: Thu, 14 Jul 2022 06:33:26 +0000 (+0300) Subject: ; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~955 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63e1b42f5b69d9a7346921b4c1998d7a3a8ae223;p=emacs.git ; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix. --- 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))