emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9ea98a68f4: ; * src/fileio.c (Finsert_file_contents): Fix a typo.


From: Eli Zaretskii
Subject: master 9ea98a68f4: ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)
Date: Sat, 11 Jun 2022 09:12:51 -0400 (EDT)

branch: master
commit 9ea98a68f4325029e68eae1a2a2a948f92c9412b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/fileio.c (Finsert_file_contents): Fix a typo.  (Bug#18370)
---
 src/fileio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fileio.c b/src/fileio.c
index 94cbc14371..e29685e07b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4037,7 +4037,7 @@ by calling `format-decode', which see.  */)
 
       if (!NILP (beg) && !seekable)
        xsignal2 (Qfile_error,
-                 build_string ("trying to use a start positing in a 
non-seekable file"),
+                 build_string ("cannot use a start position in a non-seekable 
file/device"),
                  orig_filename);
 
       if (!NILP (replace))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]