Update doc string for dired-do-copy to match Emacs.
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Jun 2001 21:50:06 +0000 (21:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Jun 2001 21:50:06 +0000 (21:50 +0000)
v7/src/edwin/dired.scm

index 7e96e18b3cc9468fab04ae2171637636cf5285b6..734cbe71957a01100b58338052bcfa859ead4e9e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: dired.scm,v 1.186 2001/06/02 16:51:01 cph Exp $
+;;; $Id: dired.scm,v 1.187 2001/06/02 21:50:06 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology
 ;;;
@@ -534,8 +534,8 @@ With a prefix argument you can edit the current listing switches instead."
   "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 copies 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."
   "P"
   (lambda (argument)