comparison man/dired.texi @ 36507:7f2e9facb52a

Minor cleanups.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Mar 2001 07:05:37 +0000
parents 957e48a1565e
children 0e8d5a17a47f
comparison
equal deleted inserted replaced
36506:a75c13e39706 36507:7f2e9facb52a
354 @kindex * ? @r{(Dired)} 354 @kindex * ? @r{(Dired)}
355 @findex dired-unmark-all-files 355 @findex dired-unmark-all-files
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,
364 @kbd{n} meaning no, or @kbd{!} to remove the marks from the remaining 364 @kbd{n} meaning no, or @kbd{!} to remove the marks from the remaining
365 files without asking about them. 365 files without asking about them.
404 404
405 @example 405 @example
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}
413 @findex dired-mark-files-regexp 413 @findex dired-mark-files-regexp
414 @kindex % m @r{(Dired)} 414 @kindex % m @r{(Dired)}