* subr.el (keyboard-translate): Doc fix.

Fixes: debbugs:7261
This commit is contained in:
Chong Yidong 2012-07-18 21:31:16 +08:00
parent 464d5a5e1f
commit 9aeb25a6b4
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@
2012-07-18 Chong Yidong <cyd@gnu.org>
* subr.el (keyboard-translate): Doc fix (Bug#7261).
* isearch.el (isearch-mode-map): Handle C-x 8 key translations,
and make C-x 8 RET exit isearch (Bug#11439).

View file

@ -732,7 +732,7 @@ Subkeymaps may be modified but are not canonicalized."
(put 'keyboard-translate-table 'char-table-extra-slots 0)
(defun keyboard-translate (from to)
"Translate character FROM to TO at a low level.
"Translate character FROM to TO on the current terminal.
This function creates a `keyboard-translate-table' if necessary
and then modifies one entry in it."
(or (char-table-p keyboard-translate-table)