aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-11-16 07:26:15 +0000
committerChong Yidong <[email protected]>2008-11-16 07:26:15 +0000
commitf2d7be8842122be070521709d3cb21faecb4a8ee (patch)
tree63769dd9a93acbd4735970d180389c1c0724eeb6 /doc
parentdd1eef4698b977481a30cf5dba065761838c17b7 (diff)
(Dired Deletion): Document delete-by-moving-to-trash.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/dired.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi
index b556c7a9c4..82cf96f5e9 100644
--- a/doc/emacs/dired.texi
+++ b/doc/emacs/dired.texi
@@ -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)