* files.texi (Directories): delete-directory has an optional
parameter RECURSIVE.
This commit is contained in:
parent
bd51ea7fe5
commit
d308026462
4 changed files with 16 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-10-01 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* files.texi (Create/Delete Dirs): delete-directory has an
|
||||
optional parameter RECURSIVE.
|
||||
|
||||
2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* buffers.texi (Swapping Text): Minor clarification.
|
||||
|
|
|
|||
|
|
@ -2501,11 +2501,12 @@ if they don't already exist.
|
|||
@code{mkdir} is an alias for this.
|
||||
@end deffn
|
||||
|
||||
@deffn Command delete-directory dirname
|
||||
@deffn Command delete-directory dirname &optional recursive
|
||||
This command deletes the directory named @var{dirname}. The function
|
||||
@code{delete-file} does not work for files that are directories; you
|
||||
must use @code{delete-directory} for them. If the directory contains
|
||||
any files, @code{delete-directory} signals an error.
|
||||
must use @code{delete-directory} for them. If @var{recursive} is
|
||||
@code{nil}, and the directory contains any files,
|
||||
@code{delete-directory} signals an error.
|
||||
|
||||
@code{delete-directory} only follows symbolic links at the level of
|
||||
parent directories.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2009-10-01 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* NEWS: delete-directory has an optional parameter RECURSIVE.
|
||||
|
||||
2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
|
||||
|
||||
* refcards/orgcard.tex: New version number.
|
||||
|
|
|
|||
3
etc/NEWS
3
etc/NEWS
|
|
@ -302,6 +302,9 @@ be in use:
|
|||
time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss,
|
||||
time-stamp-hhmm, baud-rate
|
||||
|
||||
** `delete-directory' has an optional parameter RECURSIVE.
|
||||
|
||||
|
||||
* Changes in Emacs 23.2 on non-free operating systems
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue