diff options
| author | Richard M. Stallman | 2001-03-04 07:05:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-03-04 07:05:37 +0000 |
| commit | 91dc757eba5edf3f7c07b8e78349e0011e6a0e4c (patch) | |
| tree | 39352e097bf0e15d8d3f046589d2b34e01db732c | |
| parent | 1b5bddb5a9630e124c4953ad7d542c6672a1fdbf (diff) | |
| download | emacs-91dc757eba5edf3f7c07b8e78349e0011e6a0e4c.tar.gz emacs-91dc757eba5edf3f7c07b8e78349e0011e6a0e4c.zip | |
Minor cleanups.
| -rw-r--r-- | man/dired.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/dired.texi b/man/dired.texi index 8fdafc1e35c..2d610d01f76 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -356,8 +356,8 @@ Remove all marks from all the files in this Dired buffer | |||
| 356 | Remove all marks that use the character @var{markchar} | 356 | Remove 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 |
| 358 | character---do not use @key{RET} to terminate it. See the description | 358 | character---do not use @key{RET} to terminate it. See the description |
| 359 | of the @kbd{* c} command below, which lets you change the character that | 359 | of the @kbd{* c} command below, which lets you replace one mark |
| 360 | marks files. | 360 | character with another. |
| 361 | 361 | ||
| 362 | With a numeric argument, this command queries about each marked file, | 362 | With a numeric argument, this command queries about each marked file, |
| 363 | asking whether to remove its mark. You can answer @kbd{y} meaning yes, | 363 | asking whether to remove its mark. You can answer @kbd{y} meaning yes, |
| @@ -406,7 +406,7 @@ that already have @samp{D} flags: | |||
| 406 | * c D t * c SPC D * c t SPC | 406 | * c D t * c SPC D * c t SPC |
| 407 | @end example | 407 | @end example |
| 408 | 408 | ||
| 409 | This assumes that no files are marked with @samp{t}. | 409 | This assumes that no files were already marked with @samp{t}. |
| 410 | 410 | ||
| 411 | @item % m @var{regexp} @key{RET} | 411 | @item % m @var{regexp} @key{RET} |
| 412 | @itemx * % @var{regexp} @key{RET} | 412 | @itemx * % @var{regexp} @key{RET} |