comparison man/dired.texi @ 40617:aeebb5c33587

(Dired Deletion, Operating On Files): Add index entries.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 01 Nov 2001 13:35:34 +0000
parents 3b40423b9355
children 0a2bf4c2c07c
comparison
equal deleted inserted replaced
40616:bcf374d89a4d 40617:aeebb5c33587
113 file and typing @kbd{d} (@code{dired-flag-file-deletion}). The deletion flag is visible as a @samp{D} at 113 file and typing @kbd{d} (@code{dired-flag-file-deletion}). The deletion flag is visible as a @samp{D} at
114 the beginning of the line. This command moves point to the next line, 114 the beginning of the line. This command moves point to the next line,
115 so that repeated @kbd{d} commands flag successive files. A numeric 115 so that repeated @kbd{d} commands flag successive files. A numeric
116 argument serves as a repeat count. 116 argument serves as a repeat count.
117 117
118 @cindex recursive deletion
118 @vindex dired-recursive-deletes 119 @vindex dired-recursive-deletes
119 The variable @code{dired-recursive-deletes} controls whether the 120 The variable @code{dired-recursive-deletes} controls whether the
120 delete command will delete non-empty directories (including their 121 delete command will delete non-empty directories (including their
121 contents). The default is to delete only empty directories. 122 contents). The default is to delete only empty directories.
122 123
509 If @code{dired-copy-preserve-time} is non-@code{nil}, then copying with 510 If @code{dired-copy-preserve-time} is non-@code{nil}, then copying with
510 this command sets the modification time of the new file to be the same 511 this command sets the modification time of the new file to be the same
511 as that of the old file. 512 as that of the old file.
512 513
513 @vindex dired-recursive-copies 514 @vindex dired-recursive-copies
515 @cindex recursive copying
514 The variable @code{dired-recursive-copies} controls whether 516 The variable @code{dired-recursive-copies} controls whether
515 directories are copied recursively. The default is to not copy 517 directories are copied recursively. The default is to not copy
516 recursively, which means that directories cannot be copied. 518 recursively, which means that directories cannot be copied.
517 519
518 @item D 520 @item D