comparison lisp/dired.el @ 24456:c79fbd7d8162

(dired-do-copy-regexp): Doc fix. (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Mar 1999 03:09:39 +0000
parents 03cf9e15c988
children 862886e87cf5
comparison
equal deleted inserted replaced
24455:013e22e5d30c 24456:c79fbd7d8162
2599 and changed." 2599 and changed."
2600 t) 2600 t)
2601 2601
2602 (autoload 'dired-do-copy-regexp "dired-aux" 2602 (autoload 'dired-do-copy-regexp "dired-aux"
2603 "Copy all marked files containing REGEXP to NEWNAME. 2603 "Copy all marked files containing REGEXP to NEWNAME.
2604 See function `dired-rename-regexp' for more info." 2604 See function `dired-do-rename-regexp' for more info."
2605 t) 2605 t)
2606 2606
2607 (autoload 'dired-do-hardlink-regexp "dired-aux" 2607 (autoload 'dired-do-hardlink-regexp "dired-aux"
2608 "Hardlink all marked files containing REGEXP to NEWNAME. 2608 "Hardlink all marked files containing REGEXP to NEWNAME.
2609 See function `dired-rename-regexp' for more info." 2609 See function `dired-do-rename-regexp' for more info."
2610 t) 2610 t)
2611 2611
2612 (autoload 'dired-do-symlink-regexp "dired-aux" 2612 (autoload 'dired-do-symlink-regexp "dired-aux"
2613 "Symlink all marked files containing REGEXP to NEWNAME. 2613 "Symlink all marked files containing REGEXP to NEWNAME.
2614 See function `dired-rename-regexp' for more info." 2614 See function `dired-do-rename-regexp' for more info."
2615 t) 2615 t)
2616 2616
2617 (autoload 'dired-upcase "dired-aux" 2617 (autoload 'dired-upcase "dired-aux"
2618 "Rename all marked (or next ARG) files to upper case." 2618 "Rename all marked (or next ARG) files to upper case."
2619 t) 2619 t)