1
Fork 0
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:
Chong Yidong 2008-11-16 07:26:15 +00:00
parent dd1eef4698
commit f2d7be8842

View file

@ -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)