]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/leim/quail/indian.el (tamil-translation-rules): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Jul 2022 06:33:26 +0000 (09:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Jul 2022 06:33:26 +0000 (09:33 +0300)
lisp/leim/quail/indian.el

index 62836f31319f0408d48eebf1f51b9e0b93093f14..e652f108ddee3c341fcec70f1d1b698e5fc73a8c 100644 (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))