emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog keyboard.c


From: Johan Bockgård
Subject: [Emacs-diffs] emacs/src ChangeLog keyboard.c
Date: Sun, 26 Apr 2009 20:55:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Johan Bockgård <bojohan>        09/04/26 20:55:31

Modified files:
        src            : ChangeLog keyboard.c 

Log message:
        (syms_of_keyboard) <input-decode-map>: Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7510&r2=1.7511
http://cvs.savannah.gnu.org/viewcvs/emacs/src/keyboard.c?cvsroot=emacs&r1=1.1002&r2=1.1003

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7510
retrieving revision 1.7511
diff -u -b -r1.7510 -r1.7511
--- ChangeLog   25 Apr 2009 06:11:46 -0000      1.7510
+++ ChangeLog   26 Apr 2009 20:55:30 -0000      1.7511
@@ -1,3 +1,7 @@
+2009-04-26  Johan Bockgård  <address@hidden>
+
+       * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
+
 2009-04-25  Jason Rumney  <address@hidden>
 
        * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -b -r1.1002 -r1.1003
--- keyboard.c  22 Apr 2009 04:32:23 -0000      1.1002
+++ keyboard.c  26 Apr 2009 20:55:31 -0000      1.1003
@@ -12333,7 +12333,7 @@
 real Emacs function key events (symbols).
 
 The `read-key-sequence' function replaces any subsequence bound by
-`input-key-map' with its binding.  Contrary to `function-key-map',
+`input-decode-map' with its binding.  Contrary to `function-key-map',
 this map applies its rebinding regardless of the presence of an ordinary
 binding.  So it is more like `key-translation-map' except that it applies
 before `function-key-map' rather than after.




reply via email to

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