diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-03-12 12:11:17 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-03-12 12:12:14 +0100 |
commit | a0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (patch) | |
tree | df6e1a516d2310fbb356a8ea2b7dc77839a63671 /lisp/international/quail.el | |
parent | 14b54cea1756f4d66c7376c55cf4aa88e8c3c0c3 (diff) | |
download | emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.gz emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.bz2 emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.zip |
; Fix typos in doc strings
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index f52747084b2..87a905045d4 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -1075,7 +1075,7 @@ The installed decode map can be referred by the function `quail-decode-map'." KEY is a string meaning a sequence of keystrokes to be translated. TRANSLATION is a character, a string, a vector, a Quail map, a function, or a cons. -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. |