1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00

(dired-string-replace-match): Delete redundant autoload.

This commit is contained in:
Richard M. Stallman 1997-01-03 23:11:30 +00:00
parent db0fb4dd27
commit f374777d3c

View file

@ -2364,13 +2364,6 @@ If on a subdir line, redisplay that subdirectory. In that case,
a prefix arg lets you edit the `ls' switches used for the new listing."
t)
(autoload 'dired-string-replace-match "dired-aux"
"Replace first match of REGEXP in STRING with NEWTEXT.
If it does not match, nil is returned instead of the new string.
Optional arg LITERAL means to take NEWTEXT literally.
Optional arg GLOBAL means to replace all matches."
t)
(autoload 'dired-create-directory "dired-aux"
"Create a directory called DIRECTORY."
t)