diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-21 15:29:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-21 15:29:46 +0000 |
commit | 4946337df63e1f4c7fc242230d791bb691cf7756 (patch) | |
tree | 068ad18675ff2aac8e6cd7ebf1f2076fdf1f4ccf /man/dired.texi | |
parent | a284eea359aaf796a5794b37682c96dc1d389844 (diff) | |
download | emacs-4946337df63e1f4c7fc242230d791bb691cf7756.tar.gz |
Remove redundant index entries.
Diffstat (limited to 'man/dired.texi')
-rw-r--r-- | man/dired.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/man/dired.texi b/man/dired.texi index 034b83e5d8d..1910d1bc064 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -529,7 +529,7 @@ Change the mode (also called ``permission bits'') of the specified files @findex dired-do-chgrp @kindex G @r{(Dired)} -@cindex changing file group ownership (in Dired) +@cindex changing file group (in Dired) @item G @var{newgroup} @key{RET} Change the group of the specified files to @var{newgroup} (@code{dired-do-chgrp}). @@ -601,13 +601,6 @@ replacing matches for @var{from} (a regular expression) with the string This command is a variant of @code{tags-query-replace}. If you exit the query replace loop, you can use @kbd{M-,} to resume the scan and replace more matches. @xref{Tags Search}. - -@kindex a @r{(Dired)} -@findex dired-do-apply -@cindex apply arbitrary function to many files -@item a @var{function} @kbd{RET} -Apply an arbitrary Lisp function to the name of each marked file -(@code{dired-do-apply}). @end table @kindex + @r{(Dired)} @@ -1010,7 +1003,6 @@ minibuffer arguments, @var{directory} and @var{find-args}; it runs @code{find} what condition to test. To use this command, you need to know how to use @code{find}. -@pindex locate @findex locate @findex locate-with-filter @cindex file database (locate) |