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
commit77688e1b570f1e74dd092efa6f1d98c369c42273 (patch)
tree688f5fcefdc62eef41b8a1a4af2f24bebb87e164
parentf269a723128342bb0f759a223b8bcf45f8a39496 (diff)
downloademacs-77688e1b570f1e74dd092efa6f1d98c369c42273.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 01a401b4612..bdc53d62caa 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>