From: Richard M. Stallman Date: Wed, 2 Aug 1995 19:20:38 +0000 (+0000) Subject: (dired-do-copy): Doc fix. X-Git-Tag: emacs-19.34~3103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5458fc2f1573b2af1bf4289a7e06b3641bcdded;p=emacs.git (dired-do-copy): Doc fix. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index ce9ec7a8cb0..e2fcbb50afd 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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)