comparison man/dired.texi @ 36263:11db0318031d

Remove redundant index entries.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 21 Feb 2001 15:29:46 +0000
parents a1ff91eda21c
children 957e48a1565e
comparison
equal deleted inserted replaced
36262:c2f7a7dc3322 36263:11db0318031d
527 (@code{dired-do-chmod}). This uses the @code{chmod} program, so 527 (@code{dired-do-chmod}). This uses the @code{chmod} program, so
528 @var{modespec} can be any argument that @code{chmod} can handle. 528 @var{modespec} can be any argument that @code{chmod} can handle.
529 529
530 @findex dired-do-chgrp 530 @findex dired-do-chgrp
531 @kindex G @r{(Dired)} 531 @kindex G @r{(Dired)}
532 @cindex changing file group ownership (in Dired) 532 @cindex changing file group (in Dired)
533 @item G @var{newgroup} @key{RET} 533 @item G @var{newgroup} @key{RET}
534 Change the group of the specified files to @var{newgroup} 534 Change the group of the specified files to @var{newgroup}
535 (@code{dired-do-chgrp}). 535 (@code{dired-do-chgrp}).
536 536
537 @findex dired-do-chown 537 @findex dired-do-chown
599 @var{to} (@code{dired-do-query-replace}). 599 @var{to} (@code{dired-do-query-replace}).
600 600
601 This command is a variant of @code{tags-query-replace}. If you exit the 601 This command is a variant of @code{tags-query-replace}. If you exit the
602 query replace loop, you can use @kbd{M-,} to resume the scan and replace 602 query replace loop, you can use @kbd{M-,} to resume the scan and replace
603 more matches. @xref{Tags Search}. 603 more matches. @xref{Tags Search}.
604
605 @kindex a @r{(Dired)}
606 @findex dired-do-apply
607 @cindex apply arbitrary function to many files
608 @item a @var{function} @kbd{RET}
609 Apply an arbitrary Lisp function to the name of each marked file
610 (@code{dired-do-apply}).
611 @end table 604 @end table
612 605
613 @kindex + @r{(Dired)} 606 @kindex + @r{(Dired)}
614 @findex dired-create-directory 607 @findex dired-create-directory
615 One special file-operation command is @kbd{+} 608 One special file-operation command is @kbd{+}
1008 minibuffer arguments, @var{directory} and @var{find-args}; it runs 1001 minibuffer arguments, @var{directory} and @var{find-args}; it runs
1009 @code{find} in @var{directory}, passing @var{find-args} to tell 1002 @code{find} in @var{directory}, passing @var{find-args} to tell
1010 @code{find} what condition to test. To use this command, you need to 1003 @code{find} what condition to test. To use this command, you need to
1011 know how to use @code{find}. 1004 know how to use @code{find}.
1012 1005
1013 @pindex locate
1014 @findex locate 1006 @findex locate
1015 @findex locate-with-filter 1007 @findex locate-with-filter
1016 @cindex file database (locate) 1008 @cindex file database (locate)
1017 @vindex locate-command 1009 @vindex locate-command
1018 @kbd{M-x locate} provides a similar interface to the @code{locate}. 1010 @kbd{M-x locate} provides a similar interface to the @code{locate}.