Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d3080264
Commit
d3080264
authored
Oct 01, 2009
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* files.texi (Directories): delete-directory has an optional
parameter RECURSIVE.
parent
bd51ea7f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/files.texi
doc/lispref/files.texi
+4
-3
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+3
-0
No files found.
doc/lispref/ChangeLog
View file @
d3080264
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.
...
...
doc/lispref/files.texi
View file @
d3080264
...
...
@@ -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
.
...
...
etc/ChangeLog
View file @
d3080264
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.
...
...
etc/NEWS
View file @
d3080264
...
...
@@ -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
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment