summaryrefslogtreecommitdiff
path: root/src/ChangeLog.3
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-09-24 02:11:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-09-24 02:11:10 +0000
commitfe34903050d0aec6d15372233234d599eee152b7 (patch)
treef2b648e5bc2975f115f10bc5bbbd4902f38bb1a8 /src/ChangeLog.3
parentcef57b8a02f7b90ff8465e57bd5b1ac345f51aa6 (diff)
downloademacs-fe34903050d0aec6d15372233234d599eee152b7.tar.gz
Fix previous changes.
Diffstat (limited to 'src/ChangeLog.3')
-rw-r--r--src/ChangeLog.32
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 5b5624ec368..a3103f362ba 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -6638,7 +6638,7 @@
* editfns.c (Fcurrent_time_zone): New function.
(syms_of_editfns): defsubr it.
- * keyboard.c (read_key_sequence): Clear the eight bit of the
+ * keyboard.c (read_key_sequence): Clear the eighth bit of the
character from the key sequence, NOT the index of the character IN
the key sequence. How many tries will it take to get it right?