Mercurial > emacs
changeset 12757:3af640c2a0fe
(dired-do-copy): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Aug 1995 19:20:38 +0000 |
parents | 0a2d094db7d8 |
children | a285eaa710ac |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Wed Aug 02 18:47:32 1995 +0000 +++ b/lisp/dired-aux.el Wed Aug 02 19:20:38 1995 +0000 @@ -1233,8 +1233,8 @@ "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)