emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109140: * subr.el (keyboard-translat


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109140: * subr.el (keyboard-translate): Doc fix.
Date: Wed, 18 Jul 2012 21:31:16 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109140
fixes bug: http://debbugs.gnu.org/7261
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-18 21:31:16 +0800
message:
  * subr.el (keyboard-translate): Doc fix.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-18 10:02:54 +0000
+++ b/lisp/ChangeLog    2012-07-18 13:31:16 +0000
@@ -5,6 +5,8 @@
 
 2012-07-18  Chong Yidong  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-06-22 21:24:54 +0000
+++ b/lisp/subr.el      2012-07-18 13:31:16 +0000
@@ -732,7 +732,7 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]