diff options
| -rw-r--r-- | lisp/dired-aux.el | 4 |
1 files changed, 2 insertions, 2 deletions
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, | |||
| 1233 | "Copy all marked (or next ARG) files, or copy the current file. | 1233 | "Copy all marked (or next ARG) files, or copy the current file. |
| 1234 | This normally preserves the last-modified date when copying. | 1234 | This normally preserves the last-modified date when copying. |
| 1235 | When operating on just the current file, you specify the new name. | 1235 | When operating on just the current file, you specify the new name. |
| 1236 | When operating on multiple or marked files, you specify a directory | 1236 | When operating on multiple or marked files, you specify a directory, |
| 1237 | and new symbolic links are made in that directory | 1237 | and new copies of these files are made in that directory |
| 1238 | with the same names that the files currently have." | 1238 | with the same names that the files currently have." |
| 1239 | (interactive "P") | 1239 | (interactive "P") |
| 1240 | (dired-do-create-files 'copy (function dired-copy-file) | 1240 | (dired-do-create-files 'copy (function dired-copy-file) |