# HG changeset patch # User Eli Zaretskii # Date 988637751 0 # Node ID f2a2c8b8ec750fa023d9859c574b41f6b478f178 # Parent 1a27ed8dcefcd67bd6a24defdd7a02b34e238b34 (dired-do-rename-regexp, dired-do-copy-regexp) (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. diff -r 1a27ed8dcefc -r f2a2c8b8ec75 lisp/dired-aux.el --- a/lisp/dired-aux.el Mon Apr 30 13:35:05 2001 +0000 +++ b/lisp/dired-aux.el Mon Apr 30 13:35:51 2001 +0000 @@ -1466,7 +1466,12 @@ ;;;###autoload (defun dired-do-rename-regexp (regexp newname &optional arg whole-path) - "Rename marked files containing REGEXP to NEWNAME. + "Rename selected files whose names match REGEXP to NEWNAME. + +With non-zero prefix argument ARG, the command operates on the next ARG +files. Otherwise, it operates on all the marked files, or the current +file if none are marked. + As each match is found, the user must type a character saying what to do with it. For directions, type \\[help-command] at that time. NEWNAME may contain \\=\\ or \\& as in `query-replace-regexp'. @@ -1481,7 +1486,7 @@ ;;;###autoload (defun dired-do-copy-regexp (regexp newname &optional arg whole-path) - "Copy all marked files containing REGEXP to NEWNAME. + "Copy selected files whose names match REGEXP to NEWNAME. See function `dired-do-rename-regexp' for more info." (interactive (dired-mark-read-regexp "Copy")) (let ((dired-recursive-copies nil)) ; No recursive copies. @@ -1492,7 +1497,7 @@ ;;;###autoload (defun dired-do-hardlink-regexp (regexp newname &optional arg whole-path) - "Hardlink all marked files containing REGEXP to NEWNAME. + "Hardlink selected files whose names match REGEXP to NEWNAME. See function `dired-do-rename-regexp' for more info." (interactive (dired-mark-read-regexp "HardLink")) (dired-do-create-files-regexp @@ -1501,7 +1506,7 @@ ;;;###autoload (defun dired-do-symlink-regexp (regexp newname &optional arg whole-path) - "Symlink all marked files containing REGEXP to NEWNAME. + "Symlink selected files whose names match REGEXP to NEWNAME. See function `dired-do-rename-regexp' for more info." (interactive (dired-mark-read-regexp "SymLink")) (dired-do-create-files-regexp