]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't claim to signal an error when deleting a nonexisting file.
authorPhilipp Stephani <p.stephani2@gmail.com>
Mon, 4 Dec 2023 13:17:31 +0000 (14:17 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Dec 2023 19:12:22 +0000 (20:12 +0100)
The behavior has changed in commit
1a65afb7ecc2a52127d6164bad19313440237f9d to no longer signal an error
on ENOENT.

* doc/lispref/files.texi (Changing Files): Fix documentation about
error reporting.

doc/lispref/files.texi

index dc66ea8bc9cae8132cc3ad98e40b96638bd46ee2..26688ae7c96ec52fc397acb75b24389fcb014459 100644 (file)
@@ -1871,9 +1871,10 @@ multiple names, it continues to exist under the other names.  If
 @var{filename} is a symbolic link, @code{delete-file} deletes only the
 symbolic link and not its target.
 
-A suitable kind of @code{file-error} error is signaled if the file
-does not exist, or is not deletable.  (On GNU and other POSIX-like
-systems, a file is deletable if its directory is writable.)
+A suitable kind of @code{file-error} error is signaled is not
+deletable.  (On GNU and other POSIX-like systems, a file is deletable
+if its directory is writable.)  No error is signaled if the file does
+not exist.
 
 If the optional argument @var{trash} is non-@code{nil} and the
 variable @code{delete-by-moving-to-trash} is non-@code{nil}, this