# HG changeset patch # User Kenichi Handa # Date 928753353 0 # Node ID 7f6aadd2625b180cc99156ea050df3ac7ffe3cb9 # Parent 788dc6ff04da3b2806cbbaa1f46fb948436d92d0 (quail-define-rules): Fix typo in docstring. diff -r 788dc6ff04da -r 7f6aadd2625b lisp/international/quail.el --- a/lisp/international/quail.el Sat Jun 05 11:48:02 1999 +0000 +++ b/lisp/international/quail.el Mon Jun 07 11:02:33 1999 +0000 @@ -656,7 +656,7 @@ Each argument is a list of KEY and TRANSLATION. KEY is a string meaning a sequence of keystrokes to be translated. TRANSLATION is a character, a string, a vector, a Quail map, or a function. -It it is a character, it is the sole translation of KEY. +If it is a character, it is the sole translation of KEY. If it is a string, each character is a candidate for the translation. If it is a vector, each element (string or character) is a candidate for the translation.