aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/files.texi5
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4464c75c910..86b8e8a5f89 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12009-10-05 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.texi (Misc File Ops): Mention copy-directory.
4
12009-10-04 Eli Zaretskii <eliz@gnu.org> 52009-10-04 Eli Zaretskii <eliz@gnu.org>
2 6
3 * mule.texi (Unibyte Mode): Emphasize that 7 * mule.texi (Unibyte Mode): Emphasize that
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index be987afbbe5..cee43b390ea 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1567,9 +1567,12 @@ On MS-Windows, this command works only if the file resides in an NTFS
1567file system. On MS-DOS, it works by copying the file. 1567file system. On MS-DOS, it works by copying the file.
1568 1568
1569@findex copy-file 1569@findex copy-file
1570@findex copy-directory
1570@cindex copying files 1571@cindex copying files
1571 @kbd{M-x copy-file} reads the file @var{old} and writes a new file 1572 @kbd{M-x copy-file} reads the file @var{old} and writes a new file
1572named @var{new} with the same contents. 1573named @var{new} with the same contents. @kbd{M-x copy-directory} does
1574the same for directories, by recursive copying all files and
1575subdirectories.
1573 1576
1574@findex make-symbolic-link 1577@findex make-symbolic-link
1575@cindex symbolic links (creation) 1578@cindex symbolic links (creation)