]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 23 Nov 2008 02:53:35 +0000 (02:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 23 Nov 2008 02:53:35 +0000 (02:53 +0000)
lisp/ChangeLog

index 6c3c89b1d9e7e575132f78107a885f0900c67b14..a39021dce292010a13728fedd98644b4c3a59506 100644 (file)
 
 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper.el: date change.
+       * viper.el: Date change.
 
        * viper-cmd.el (viper-envelop-ESC-key):
        viper-translate-all-ESC-keysequences is now a function.
 
-       * viper-init (viper-translate-all-ESC-keysequences): make this variable
+       * viper-init (viper-translate-all-ESC-keysequences): Make this variable.
 
 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        (byte-optimize-plus): Don't call
        byte-optimize-delay-constants-math (bug#1334).
        Use byte-optimize-predicate to optimize constants.
-       (byte-optimize-minus): Don't call
-       byte-optimize-delay-constants-math.  Remove zero arguments first
+       (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
+       Remove zero arguments first
        if possible.  Call byte-optimize-predicate to optimize constants.
        (byte-optimize-multiply): Remove optimizations for arguments of 0
        and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
        Call byte-optimize-predicate.
        (byte-optimize-divide): Leave runtime errors unchanged.
-       Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
+       Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
        0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
 
 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>