]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:33:36 +0000 (18:33 +0200)
(cherry picked from commit b392169e541a29178d7ae20f329d48b3d2bd78cf)

doc/lispref/commands.texi

index ea6e84e3730f278e1f15822f87b1a60908878dae..e743038a778b840412b0d8976c3990d34c0ffa39 100644 (file)
@@ -3763,7 +3763,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