diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-10-01 15:44:10 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-10-01 15:44:10 +0000 |
commit | bd51ea7fe5ef2eb34bb1b28d3cc53d643001483f (patch) | |
tree | eea3b781497ac6142292aef61d89770f97761f0e /doc/emacs/files.texi | |
parent | cc3dda16b935c45d482bb3a9797c70627ab17696 (diff) | |
download | emacs-bd51ea7fe5ef2eb34bb1b28d3cc53d643001483f.tar.gz |
* files.texi (Directories): delete-directory prompts for recursive
deletion.
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 34447f06096..be987afbbe5 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1199,8 +1199,8 @@ Display a verbose directory listing. @item M-x make-directory @key{RET} @var{dirname} @key{RET} Create a new directory named @var{dirname}. @item M-x delete-directory @key{RET} @var{dirname} @key{RET} -Delete the directory named @var{dirname}. It must be empty, -or you get an error. +Delete the directory named @var{dirname}. If it isn't empty, +you will be asked whether you want to delete it recursively. @end table @findex list-directory @@ -1247,12 +1247,12 @@ this, it runs the program specified by The command @kbd{M-x delete-directory} prompts for a directory name using the minibuffer, and deletes the directory if it is empty. If -the directory is not empty, this signals an error. On systems that -have a ``Trash'' or ``Recycle Bin'' feature, you can make this command -move the specified directory to the Trash or Recycle Bin, instead of -deleting it outright, by changing the variable -@code{delete-by-moving-to-trash} to @code{t}. @xref{Misc File Ops}, -for more information about using the Trash. +the directory is not empty, you will be asked whether you want to +delete it recursively. On systems that have a ``Trash'' or ``Recycle +Bin'' feature, you can make this command move the specified directory +to the Trash or Recycle Bin, instead of deleting it outright, by +changing the variable @code{delete-by-moving-to-trash} to @code{t}. +@xref{Misc File Ops}, for more information about using the Trash. @node Comparing Files @section Comparing Files |