* subr.el (keyboard-translate): Doc fix.
Fixes: debbugs:7261
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user