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).
(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)