Mercurial > emacs
changeset 37520:f2a2c8b8ec75
(dired-do-rename-regexp, dired-do-copy-regexp)
(dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 30 Apr 2001 13:35:51 +0000 |
parents | 1a27ed8dcefc |
children | 5d5ddaac3b81 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 \\=\\<n> 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