]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 14 Mar 2009 00:26:34 +0000 (00:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 14 Mar 2009 00:26:34 +0000 (00:26 +0000)
lisp/ChangeLog

index 3c90ef5203bafd4459e1ce28cd21697693deb108..acc2703044e1d230639c151a4fbd8877e2fc0fce 100644 (file)
@@ -7,18 +7,17 @@
        * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
        Fall back to original commit if vc-git-symbolic-commit fails to
        find a symbolic name.
-       (vc-git-symbolic-commit): Don't limit search to tags. Treat
-       "undefined" as an error. (Bug #2110)
+       (vc-git-symbolic-commit): Don't limit search to tags.
+       Treat "undefined" as an error.  (Bug #2110)
 
 2009-03-13  D. Goel  <deego3@gmail.com>
 
-
-       * ibuf-ext.el: 
+       * ibuf-ext.el:
        When calling (multiple-value-bind/setq .. ls)
-       ls -> (values-list ls)  throughout. 
+       ls -> (values-list ls) throughout.
 
        * progmodes/flymake.el (flymake-float-time): Ditto.
-       
+
        * progmodes/ebrowse.el: Ditto.
 
        * midnight.el (midnight-next): Ditto.
@@ -28,7 +27,7 @@
 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
-       params. (Bug #2654)
+       params.  (Bug #2654)
 
 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>