diff lisp/international/quail.el @ 24821:7f6aadd2625b

(quail-define-rules): Fix typo in docstring.
author Kenichi Handa <handa@m17n.org>
date Mon, 07 Jun 1999 11:02:33 +0000
parents cef9cf0a46b4
children 651d521c8f52
line wrap: on
line diff
--- 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.