From: Kenichi Handa Date: Mon, 7 Jun 1999 11:02:33 +0000 (+0000) Subject: (quail-define-rules): Fix typo in docstring. X-Git-Tag: emacs-20.4~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9429dee6ef78f0aff7a3b0047423558bd81c0d82;p=emacs.git (quail-define-rules): Fix typo in docstring. --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 90bf3901adb..d3bdafc5ad8 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -656,7 +656,7 @@ format \(INDEX . VECTOR), as described above." 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.