]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Feb 2012 22:14:05 +0000 (23:14 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Feb 2012 22:14:05 +0000 (23:14 +0100)
lisp/ChangeLog

index 7677f4580881af2a5d788a4f04f731e566f4d333..1af7193b4f30b28bd6811ced9ae0afb222059a96 100644 (file)
@@ -1,6 +1,6 @@
-2012-02-24  thierry  <thierry@thierry-MM061>
+2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
-       * lisp/files.el (file-subdir-of-p): Fix typo.
+       * files.el (file-subdir-of-p): Fix typo.
 
 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
@@ -10,7 +10,7 @@
        * dired-aux.el (dired-copy-file-recursive): Same.
        (dired-create-files): Modify destination when source is equal to
        dest when copying files.
-       Return also when dest is a subdir of source. (bug#10489)
+       Return also when dest is a subdir of source.  (Bug#10489)
 
 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>