1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(quail-define-rules): Fix typo in docstring.

This commit is contained in:
Kenichi Handa 1999-06-07 11:02:33 +00:00
parent ee5897a42c
commit 9429dee6ef

View File

@ -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.