1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(dired-do-copy): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-08-02 19:20:38 +00:00
parent 6eb236e719
commit b5458fc2f1

View File

@ -1233,8 +1233,8 @@ ESC or `q' to not overwrite any of the remaining files,
"Copy all marked (or next ARG) files, or copy the current file.
This normally preserves the last-modified date when copying.
When operating on just the current file, you specify the new name.
When operating on multiple or marked files, you specify a directory
and new symbolic links are made in that directory
When operating on multiple or marked files, you specify a directory,
and new copies of these files are made in that directory
with the same names that the files currently have."
(interactive "P")
(dired-do-create-files 'copy (function dired-copy-file)