Documentation followup for last change

* etc/NEWS: Announce the change in 'key-translate'.

* doc/lispref/commands.texi (Event Mod): Update documentation of
'key-translate'.  (Bug#70139)
This commit is contained in:
Eli Zaretskii 2024-05-23 16:23:57 +03:00
parent 8f010e9a29
commit b53a20c61d
2 changed files with 10 additions and 2 deletions

View 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

View file

@ -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',