; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)

This commit is contained in:
Eli Zaretskii 2022-10-27 19:57:33 +03:00
parent 7ac3d91eb2
commit d53febbd21

View file

@ -1217,7 +1217,7 @@ Subkeymaps may be modified but are not canonicalized."
(defun keyboard-translate (from to)
"Translate character FROM to TO on the current terminal.
This is a legacy function; see `keymap-translate' for the
This is a legacy function; see `key-translate' for the
recommended function to use instead.
This function creates a `keyboard-translate-table' if necessary