diff options
| author | Michael Albinus | 2009-10-01 15:44:10 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-10-01 15:44:10 +0000 |
| commit | bd51ea7fe5ef2eb34bb1b28d3cc53d643001483f (patch) | |
| tree | eea3b781497ac6142292aef61d89770f97761f0e | |
| parent | cc3dda16b935c45d482bb3a9797c70627ab17696 (diff) | |
| download | emacs-bd51ea7fe5ef2eb34bb1b28d3cc53d643001483f.tar.gz emacs-bd51ea7fe5ef2eb34bb1b28d3cc53d643001483f.zip | |
* files.texi (Directories): delete-directory prompts for recursive
deletion.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9fe09905ff5..5536815fe48 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-10-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * files.texi (Directories): delete-directory prompts for recursive | ||
| 4 | deletion. | ||
| 5 | |||
| 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> | 6 | 2009-09-30 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * ack.texi (Acknowledgments): | 8 | * ack.texi (Acknowledgments): |
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. | |||
| 1199 | @item M-x make-directory @key{RET} @var{dirname} @key{RET} | 1199 | @item M-x make-directory @key{RET} @var{dirname} @key{RET} |
| 1200 | Create a new directory named @var{dirname}. | 1200 | Create a new directory named @var{dirname}. |
| 1201 | @item M-x delete-directory @key{RET} @var{dirname} @key{RET} | 1201 | @item M-x delete-directory @key{RET} @var{dirname} @key{RET} |
| 1202 | Delete the directory named @var{dirname}. It must be empty, | 1202 | Delete the directory named @var{dirname}. If it isn't empty, |
| 1203 | or you get an error. | 1203 | you will be asked whether you want to delete it recursively. |
| 1204 | @end table | 1204 | @end table |
| 1205 | 1205 | ||
| 1206 | @findex list-directory | 1206 | @findex list-directory |
| @@ -1247,12 +1247,12 @@ this, it runs the program specified by | |||
| 1247 | 1247 | ||
| 1248 | The command @kbd{M-x delete-directory} prompts for a directory name | 1248 | The command @kbd{M-x delete-directory} prompts for a directory name |
| 1249 | using the minibuffer, and deletes the directory if it is empty. If | 1249 | using the minibuffer, and deletes the directory if it is empty. If |
| 1250 | the directory is not empty, this signals an error. On systems that | 1250 | the directory is not empty, you will be asked whether you want to |
| 1251 | have a ``Trash'' or ``Recycle Bin'' feature, you can make this command | 1251 | delete it recursively. On systems that have a ``Trash'' or ``Recycle |
| 1252 | move the specified directory to the Trash or Recycle Bin, instead of | 1252 | Bin'' feature, you can make this command move the specified directory |
| 1253 | deleting it outright, by changing the variable | 1253 | to the Trash or Recycle Bin, instead of deleting it outright, by |
| 1254 | @code{delete-by-moving-to-trash} to @code{t}. @xref{Misc File Ops}, | 1254 | changing the variable @code{delete-by-moving-to-trash} to @code{t}. |
| 1255 | for more information about using the Trash. | 1255 | @xref{Misc File Ops}, for more information about using the Trash. |
| 1256 | 1256 | ||
| 1257 | @node Comparing Files | 1257 | @node Comparing Files |
| 1258 | @section Comparing Files | 1258 | @section Comparing Files |