Documentation followup for last change
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 May 2024 13:23:57 +0000 (16:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 May 2024 13:23:57 +0000 (16:23 +0300)
* etc/NEWS: Announce the change in 'key-translate'.

* doc/lispref/commands.texi (Event Mod): Update documentation of
'key-translate'.  (Bug#70139)

doc/lispref/commands.texi
etc/NEWS

index e743038a778b840412b0d8976c3990d34c0ffa39..3425281febd8a6709676a110f532149615a8f718 100644 (file)
@@ -3738,8 +3738,11 @@ if you want to translate characters after input methods operate.
 
 @defun key-translate from to
 This function modifies @code{keyboard-translate-table} to translate
-character code @var{from} into character code @var{to}.  It creates
-the keyboard translate table if necessary.
+character code @var{from} into character code @var{to}.  It creates the
+keyboard translate table if necessary.  Both @var{from} and @var{to}
+should be strings that satisfy @code{key-valid-p} (@pxref{Key
+Sequences}).  If @var{to} is @code{nil}, the function removes any
+existing translation for @var{from}.
 @end defun
 
   Here's an example of using the @code{keyboard-translate-table} to
index 53119307f829eb58b556924740b0bf861e510855..a79a5844a2271fe52072a59a0ff88f6be4990e60 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2233,6 +2233,11 @@ rather than signaling an error.
 It is bound to the key sequence that caused a call to a function bound
 within 'function-key-map' or 'input-decode-map' around those calls.
 
++++
+** The function 'key-translate' can now remove translations.
+If the second argument TO is nil, the existing key translation is
+removed.
+
 +++
 ** New variables describing the names of built in programs.
 The new variables 'ctags-program-name', 'ebrowse-program-name',