From d53febbd214bb238c9d0cb2df0d1b9cd20a59103 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 27 Oct 2022 19:57:33 +0300 Subject: [PATCH] ; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805) --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5