; * doc/lispref/commands.texi (Event Mod): Add motivation (bug#70596).
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 May 2024 09:20:09 +0000 (12:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 May 2024 09:20:09 +0000 (12:20 +0300)
doc/lispref/commands.texi

index dfb20cd807bbdbdf3cec74cf621b6762237be330..82bc68341423e30b80b1b31f665799706f672f91 100644 (file)
@@ -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