comparison 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
comparison
equal deleted inserted replaced
24820:788dc6ff04da 24821:7f6aadd2625b
654 (defmacro quail-define-rules (&rest rules) 654 (defmacro quail-define-rules (&rest rules)
655 "Define translation rules of the current Quail package. 655 "Define translation rules of the current Quail package.
656 Each argument is a list of KEY and TRANSLATION. 656 Each argument is a list of KEY and TRANSLATION.
657 KEY is a string meaning a sequence of keystrokes to be translated. 657 KEY is a string meaning a sequence of keystrokes to be translated.
658 TRANSLATION is a character, a string, a vector, a Quail map, or a function. 658 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
659 It it is a character, it is the sole translation of KEY. 659 If it is a character, it is the sole translation of KEY.
660 If it is a string, each character is a candidate for the translation. 660 If it is a string, each character is a candidate for the translation.
661 If it is a vector, each element (string or character) is a candidate 661 If it is a vector, each element (string or character) is a candidate
662 for the translation. 662 for the translation.
663 In these cases, a key specific Quail map is generated and assigned to KEY. 663 In these cases, a key specific Quail map is generated and assigned to KEY.
664 664