From 9ea98a68f4325029e68eae1a2a2a948f92c9412b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 11 Jun 2022 16:12:10 +0300 Subject: [PATCH] ; * 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 94cbc14371d..e29685e07bf 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)) -- 2.39.2