]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous changes.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Sep 2008 02:11:10 +0000 (02:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 24 Sep 2008 02:11:10 +0000 (02:11 +0000)
lisp/org/ChangeLog
src/ChangeLog.3

index ffe36518781ecabe083bc4712645f7f1c3a14cb3..bf437350c8e5444f9a4602e20f7df222fecd06e8 100644 (file)
 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
 
        * org-faces.el (org-column): Document how this face is being used
-       and why sometimes the background faces shines through.
+       and why sometimes the background faces shine through.
 
        * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
 
index 5b5624ec368036c81e763d069853c190db45c110..a3103f362bae5ffc7b64f9dac8c2cab3a1141ca5 100644 (file)
        * 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?