Mercurial > emacs
changeset 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 | 788dc6ff04da |
children | 0439ca273f70 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.