]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-copy): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 19:20:38 +0000 (19:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 19:20:38 +0000 (19:20 +0000)
lisp/dired-aux.el

index ce9ec7a8cb02aa9892f6b4ecae44655cdef2cb68..e2fcbb50afddd0436b87905bd901c86b5f0c444c 100644 (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)