diff options
| author | Eli Zaretskii | 2022-10-27 19:57:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-10-27 19:57:33 +0300 |
| commit | d53febbd214bb238c9d0cb2df0d1b9cd20a59103 (patch) | |
| tree | b2a87f919a1690dc4e642feba6497de9acb69045 | |
| parent | 7ac3d91eb2a7e9454087f17e1fadba350a86a208 (diff) | |
| download | emacs-d53febbd214bb238c9d0cb2df0d1b9cd20a59103.tar.gz emacs-d53febbd214bb238c9d0cb2df0d1b9cd20a59103.zip | |
; * lisp/subr.el (keyboard-translate): Doc fix. (Bug#58805)
| -rw-r--r-- | lisp/subr.el | 2 |
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. |
| 1220 | This is a legacy function; see `keymap-translate' for the | 1220 | This is a legacy function; see `key-translate' for the |
| 1221 | recommended function to use instead. | 1221 | recommended function to use instead. |
| 1222 | 1222 | ||
| 1223 | This function creates a `keyboard-translate-table' if necessary | 1223 | This function creates a `keyboard-translate-table' if necessary |