emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eli Zaretskii
Subject: master d53febbd21: ; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)
Date: Thu, 27 Oct 2022 12:58:08 -0400 (EDT)

branch: master
commit d53febbd214bb238c9d0cb2df0d1b9cd20a59103
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 7dfe0ac66c..83e2e75c41 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]