mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 20:40:41 -07:00
* files.texi (Misc File Ops): Mention copy-directory.
This commit is contained in:
parent
0e1f2ee62a
commit
50b49aded7
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-10-05 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* files.texi (Misc File Ops): Mention copy-directory.
|
||||
|
||||
2009-10-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* mule.texi (Unibyte Mode): Emphasize that
|
||||
|
|
|
|||
|
|
@ -1567,9 +1567,12 @@ On MS-Windows, this command works only if the file resides in an NTFS
|
|||
file system. On MS-DOS, it works by copying the file.
|
||||
|
||||
@findex copy-file
|
||||
@findex copy-directory
|
||||
@cindex copying files
|
||||
@kbd{M-x copy-file} reads the file @var{old} and writes a new file
|
||||
named @var{new} with the same contents.
|
||||
named @var{new} with the same contents. @kbd{M-x copy-directory} does
|
||||
the same for directories, by recursive copying all files and
|
||||
subdirectories.
|
||||
|
||||
@findex make-symbolic-link
|
||||
@cindex symbolic links (creation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue