1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

; * doc/lispref/files.texi (Changing Files): Fix last change.

This commit is contained in:
Eli Zaretskii 2023-12-04 19:13:50 +02:00
parent 89068516b3
commit 82ddcf37ec

View File

@ -1865,10 +1865,10 @@ multiple names, it continues to exist under the other names. If
@var{filename} is a symbolic link, @code{delete-file} deletes only the @var{filename} is a symbolic link, @code{delete-file} deletes only the
symbolic link and not its target. symbolic link and not its target.
A suitable kind of @code{file-error} error is signaled is not The command signals a suitable kind of @code{file-error} error if
deletable. (On GNU and other POSIX-like systems, a file is deletable @var{filename} cannot be deleted. (On GNU and other POSIX-like
if its directory is writable.) No error is signaled if the file does systems, a file can be deleted if its directory is writable.) If the
not exist. file does not exist, this command will not signal any error.
If the optional argument @var{trash} is non-@code{nil} and the If the optional argument @var{trash} is non-@code{nil} and the
variable @code{delete-by-moving-to-trash} is non-@code{nil}, this variable @code{delete-by-moving-to-trash} is non-@code{nil}, this