aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-02 12:27:41 +0000
committerEli Zaretskii2001-03-02 12:27:41 +0000
commit38458147e811ad45077d7f7f0ff70c09fbe18dd1 (patch)
tree7486193fd2a7a43cfcdd55dd648a07bbad985363
parentf964b4d79cfbd1d54bde608cf87c5776b07fb459 (diff)
downloademacs-38458147e811ad45077d7f7f0ff70c09fbe18dd1.tar.gz
emacs-38458147e811ad45077d7f7f0ff70c09fbe18dd1.zip
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
(Marks vs Flags): Fix wording, suggested by Ron Ross <ronross@colba.net>. (Shell Commands in Dired): Fix wording, suggested by Ron Ross <ronross@colba.net>. (Subdirectories in Dired): Fix wording, suggested by Ron Ross <ronross@colba.net>.
-rw-r--r--man/dired.texi39
1 files changed, 22 insertions, 17 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 1910d1bc064..8fdafc1e35c 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -243,7 +243,7 @@ Equivalent to @kbd{f}.
243@kindex a @r{(Dired)} 243@kindex a @r{(Dired)}
244@findex dired-find-alternate-file 244@findex dired-find-alternate-file
245Like @kbd{f}, but replaces the contents of the Dired buffer with 245Like @kbd{f}, but replaces the contents of the Dired buffer with
246that of an alternate file or directory. 246that of an alternate file or directory (@code{dired-find-alternate-file}).
247 247
248@item o 248@item o
249@kindex o @r{(Dired)} 249@kindex o @r{(Dired)}
@@ -355,7 +355,9 @@ Remove all marks from all the files in this Dired buffer
355@findex dired-unmark-all-files 355@findex dired-unmark-all-files
356Remove all marks that use the character @var{markchar} 356Remove all marks that use the character @var{markchar}
357(@code{dired-unmark-all-files}). The argument is a single 357(@code{dired-unmark-all-files}). The argument is a single
358character---do not use @key{RET} to terminate it. 358character---do not use @key{RET} to terminate it. See the description
359of the @kbd{* c} command below, which lets you change the character that
360marks files.
359 361
360With a numeric argument, this command queries about each marked file, 362With a numeric argument, this command queries about each marked file,
361asking whether to remove its mark. You can answer @kbd{y} meaning yes, 363asking whether to remove its mark. You can answer @kbd{y} meaning yes,
@@ -381,19 +383,20 @@ Toggle all marks (@code{dired-do-toggle}): files marked with @samp{*}
381become unmarked, and unmarked files are marked with @samp{*}. Files 383become unmarked, and unmarked files are marked with @samp{*}. Files
382marked in any other way are not affected. 384marked in any other way are not affected.
383 385
384@item * c @var{old} @var{new} 386@item * c @var{old-markchar} @var{new-markchar}
385@kindex * c @r{(Dired)} 387@kindex * c @r{(Dired)}
386@findex dired-change-marks 388@findex dired-change-marks
387Replace all marks that use the character @var{old} with marks that use 389Replace all marks that use the character @var{old-markchar} with marks
388the character @var{new} (@code{dired-change-marks}). This command is 390that use the character @var{new-markchar} (@code{dired-change-marks}).
389the primary way to create or use marks other than @samp{*} or @samp{D}. 391This command is the primary way to create or use marks other than
390The arguments are single characters---do not use @key{RET} to terminate 392@samp{*} or @samp{D}. The arguments are single characters---do not use
391them. 393@key{RET} to terminate them.
392 394
393You can use almost any character as a mark character by means of this 395You can use almost any character as a mark character by means of this
394command, to distinguish various classes of files. If @var{old} is a 396command, to distinguish various classes of files. If @var{old-markchar}
395space (@samp{ }), then the command operates on all unmarked files; if 397is a space (@samp{ }), then the command operates on all unmarked files;
396@var{new} is a space, then the command unmarks the files it acts on. 398if @var{new-markchar} is a space, then the command unmarks the files it
399acts on.
397 400
398To illustrate the power of this command, here is how to put @samp{D} 401To illustrate the power of this command, here is how to put @samp{D}
399flags on all the files that have no marks, while unflagging all those 402flags on all the files that have no marks, while unflagging all those
@@ -615,11 +618,13 @@ creates the directory if it does not already exist.
615 618
616@findex dired-do-shell-command 619@findex dired-do-shell-command
617@kindex ! @r{(Dired)} 620@kindex ! @r{(Dired)}
618The dired command @kbd{!} (@code{dired-do-shell-command}) reads a shell 621@kindex X @r{(Dired)}
622The Dired command @kbd{!} (@code{dired-do-shell-command}) reads a shell
619command string in the minibuffer and runs that shell command on all the 623command string in the minibuffer and runs that shell command on all the
620specified files. You can specify the files to operate on in the usual 624specified files. @kbd{X} is a synonym for @kbd{!}. You can specify the
621ways for Dired commands (@pxref{Operating on Files}). There are two 625files to operate on in the usual ways for Dired commands
622ways of applying a shell command to multiple files: 626(@pxref{Operating on Files}). There are two ways of applying a shell
627command to multiple files:
623 628
624@itemize @bullet 629@itemize @bullet
625@item 630@item
@@ -805,8 +810,8 @@ C-@key{SPC}} takes you back to the old position in the buffer (the line
805describing that subdirectory). 810describing that subdirectory).
806 811
807Use the @kbd{l} command (@code{dired-do-redisplay}) to update the 812Use the @kbd{l} command (@code{dired-do-redisplay}) to update the
808subdirectory's contents. Use @kbd{k} to delete the subdirectory. 813subdirectory's contents. Use @kbd{C-u k} on the subdirectory header
809@xref{Dired Updating}. 814line to delete the subdirectory. @xref{Dired Updating}.
810 815
811@node Subdirectory Motion 816@node Subdirectory Motion
812@section Moving Over Subdirectories 817@section Moving Over Subdirectories