aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-02-24 23:14:05 +0100
committerJuanma Barranquero2012-02-24 23:14:05 +0100
commit53a46cd09142deae3bec4d610ed09e131810669c (patch)
tree58f9464658d5656c1fff78d658e252bda8fc7499
parent14a8a663a56bee845899f57f7ae699833d746f5d (diff)
downloademacs-53a46cd09142deae3bec4d610ed09e131810669c.tar.gz
emacs-53a46cd09142deae3bec4d610ed09e131810669c.zip
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 @@
12012-02-24 thierry <thierry@thierry-MM061> 12012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 2
3 * lisp/files.el (file-subdir-of-p): Fix typo. 3 * files.el (file-subdir-of-p): Fix typo.
4 4
52012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com> 52012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6 6
@@ -10,7 +10,7 @@
10 * dired-aux.el (dired-copy-file-recursive): Same. 10 * dired-aux.el (dired-copy-file-recursive): Same.
11 (dired-create-files): Modify destination when source is equal to 11 (dired-create-files): Modify destination when source is equal to
12 dest when copying files. 12 dest when copying files.
13 Return also when dest is a subdir of source. (bug#10489) 13 Return also when dest is a subdir of source. (Bug#10489)
14 14
152012-02-24 Michael Albinus <michael.albinus@gmx.de> 152012-02-24 Michael Albinus <michael.albinus@gmx.de>
16 16