]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/files.texi (Changing Files): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 Dec 2023 17:13:50 +0000 (19:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 Dec 2023 17:13:50 +0000 (19:13 +0200)
doc/lispref/files.texi

index 69f8ebbfab78052d5ff2f0c81901a64334c827a0..13fe8d971825fc85d18db33b10aaeb1704d124d1 100644 (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
 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