1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix.

This commit is contained in:
Eli Zaretskii 2022-07-14 09:33:26 +03:00
parent f6679ccceb
commit 63e1b42f5b

View file

@ -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))