Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
50b49ade
Commit
50b49ade
authored
Oct 05, 2009
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* files.texi (Misc File Ops): Mention copy-directory.
parent
0e1f2ee6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/files.texi
doc/emacs/files.texi
+4
-1
No files found.
doc/emacs/ChangeLog
View file @
50b49ade
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
...
...
doc/emacs/files.texi
View file @
50b49ade
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment