]> git.eshelyaron.com Git - emacs.git/commit
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)
committerPhilipp Stephani <p.stephani2@gmail.com>
Mon, 4 Dec 2023 13:17:31 +0000 (14:17 +0100)
commit89068516b3e1c5c77ea843d8a5bec52274c0fbe5
tree2bc1b72cead748600c40fd03c925ba19735dd5e2
parent4fd254e183033ce4a6739ee010322e7dc2c924a7
Don't claim to signal an error when deleting a nonexisting file.

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