diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-05-02 12:20:09 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-05-02 12:20:09 +0300 |
commit | b392169e541a29178d7ae20f329d48b3d2bd78cf (patch) | |
tree | 3fb1aec0919dd03a90e91c130331aa9aa49e7c90 | |
parent | e272fd3da9286d4b87e687b291bdf1fd5489af96 (diff) | |
download | emacs-b392169e541a29178d7ae20f329d48b3d2bd78cf.tar.gz emacs-b392169e541a29178d7ae20f329d48b3d2bd78cf.tar.bz2 emacs-b392169e541a29178d7ae20f329d48b3d2bd78cf.zip |
; * doc/lispref/commands.texi (Event Mod): Add motivation (bug#70596).
-rw-r--r-- | doc/lispref/commands.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index dfb20cd807b..82bc6834142 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -3420,7 +3420,10 @@ character as far as keyboard translation is concerned, but it has the same usual meaning. @xref{Translation Keymaps}, for mechanisms that translate event sequences -at the level of @code{read-key-sequence}. +at the level of @code{read-key-sequence}. If you need to translate +input events that are not characters (i.e., @code{characterp} returns +@code{nil} for them), you must use the event translation mechanism +described there. @node Invoking the Input Method @subsection Invoking the Input Method |