aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-10-27 19:57:33 +0300
committerEli Zaretskii2022-10-27 19:57:33 +0300
commitd53febbd214bb238c9d0cb2df0d1b9cd20a59103 (patch)
treeb2a87f919a1690dc4e642feba6497de9acb69045
parent7ac3d91eb2a7e9454087f17e1fadba350a86a208 (diff)
downloademacs-d53febbd214bb238c9d0cb2df0d1b9cd20a59103.tar.gz
emacs-d53febbd214bb238c9d0cb2df0d1b9cd20a59103.zip
; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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."
1217 1217
1218(defun keyboard-translate (from to) 1218(defun keyboard-translate (from to)
1219 "Translate character FROM to TO on the current terminal. 1219 "Translate character FROM to TO on the current terminal.
1220This is a legacy function; see `keymap-translate' for the 1220This is a legacy function; see `key-translate' for the
1221recommended function to use instead. 1221recommended function to use instead.
1222 1222
1223This function creates a `keyboard-translate-table' if necessary 1223This function creates a `keyboard-translate-table' if necessary