aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/files.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 9af5ce967c2..62e0199f1ff 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -2855,6 +2855,9 @@ This command deletes the directory named @var{dirname}. The function
2855must use @code{delete-directory} for them. If @var{recursive} is 2855must use @code{delete-directory} for them. If @var{recursive} is
2856@code{nil}, and the directory contains any files, 2856@code{nil}, and the directory contains any files,
2857@code{delete-directory} signals an error. 2857@code{delete-directory} signals an error.
2858If recursive is non-@code{nil}, there is no error merely because the
2859directory or its files are deleted by some other process before
2860@code{delete-directory} gets to them.
2858 2861
2859@code{delete-directory} only follows symbolic links at the level of 2862@code{delete-directory} only follows symbolic links at the level of
2860parent directories. 2863parent directories.