summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-02-24 23:14:05 +0100
committerJuanma Barranquero <lekktu@gmail.com>2012-02-24 23:14:05 +0100
commit53a46cd09142deae3bec4d610ed09e131810669c (patch)
tree58f9464658d5656c1fff78d658e252bda8fc7499
parent14a8a663a56bee845899f57f7ae699833d746f5d (diff)
downloademacs-53a46cd09142deae3bec4d610ed09e131810669c.tar.gz
lisp/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7677f458088..1af7193b4f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>