From 9aeb25a6b4d684bd79a309326b047ac0ea4afca4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 18 Jul 2012 21:31:16 +0800 Subject: [PATCH] * subr.el (keyboard-translate): Doc fix. Fixes: debbugs:7261 --- lisp/ChangeLog | 2 ++ lisp/subr.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1db5fa3a6b..fcb0d9859be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ 2012-07-18 Chong Yidong + * 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). diff --git a/lisp/subr.el b/lisp/subr.el index 93273b1d41d..8952ea6a9e0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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) -- 2.39.2