From: Eli Zaretskii Date: Thu, 27 Oct 2022 16:57:33 +0000 (+0300) Subject: ; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805) X-Git-Tag: emacs-29.0.90~1616^2~434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d53febbd214bb238c9d0cb2df0d1b9cd20a59103;p=emacs.git ; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805) --- diff --git a/lisp/subr.el b/lisp/subr.el index 7dfe0ac66c0..83e2e75c418 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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