; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)
This commit is contained in:
parent
7ac3d91eb2
commit
d53febbd21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue