From f78d3cf694d8b04dc5419293935d066c2bb5ad2f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 4 Dec 2023 19:13:50 +0200 Subject: [PATCH] ; * doc/lispref/files.texi (Changing Files): Fix last change. --- doc/lispref/files.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 26688ae7c96..d6ef7fe4e31 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1871,10 +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 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. +The command signals a suitable kind of @code{file-error} error if +@var{filename} cannot be deleted. (On GNU and other POSIX-like +systems, a file can be deleted if its directory is writable.) If the +file does not exist, this command will not signal any error. If the optional argument @var{trash} is non-@code{nil} and the variable @code{delete-by-moving-to-trash} is non-@code{nil}, this -- 2.39.2