diff src/ChangeLog.3 @ 98318:cbd67f04134f

Fix previous changes.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 02:11:10 +0000
parents 36acd6af0772
children e44273834265
line wrap: on
line diff
--- a/src/ChangeLog.3	Wed Sep 24 01:16:16 2008 +0000
+++ b/src/ChangeLog.3	Wed Sep 24 02:11:10 2008 +0000
@@ -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?