mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
(Dired Deletion): Document delete-by-moving-to-trash.
This commit is contained in:
parent
dd1eef4698
commit
f2d7be8842
1 changed files with 8 additions and 0 deletions
|
|
@ -192,6 +192,14 @@ Dired cannot delete directories that are nonempty. If the variable
|
|||
delete nonempty directories including all their contents. That can
|
||||
be somewhat risky.
|
||||
|
||||
@vindex delete-by-moving-to-trash
|
||||
On some systems, there is a facility called the ``Trash'' or
|
||||
``Recycle Bin'', but Emacs does @emph{not} use it by default. Thus,
|
||||
when you delete a file in Dired, it is gone forever. However, you can
|
||||
tell Emacs to use the Trash for file deletion, by changing the
|
||||
variable @code{delete-by-moving-to-trash} to @code{t}. @xref{Misc
|
||||
File Ops}, for more information about the Trash.
|
||||
|
||||
@node Flagging Many Files
|
||||
@section Flagging Many Files at Once
|
||||
@cindex flagging many files for deletion (in Dired)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue