diff options
| author | Eli Zaretskii | 2001-11-01 13:35:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-01 13:35:34 +0000 |
| commit | db1433e558d0aec8e0f34638528c3cac26142a02 (patch) | |
| tree | 6e5a8276ffa728a039c32363cff21d204b5a705b | |
| parent | 38ac48fbc6868562fa4f9d6b711bcfb340210992 (diff) | |
| download | emacs-db1433e558d0aec8e0f34638528c3cac26142a02.tar.gz emacs-db1433e558d0aec8e0f34638528c3cac26142a02.zip | |
(Dired Deletion, Operating On Files): Add index entries.
| -rw-r--r-- | man/dired.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/dired.texi b/man/dired.texi index 73aa6c3f6d7..67a861f8af2 100644 --- a/man/dired.texi +++ b/man/dired.texi | |||
| @@ -115,6 +115,7 @@ 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 |
| @@ -511,6 +512,7 @@ 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. |