From: Eli Zaretskii Date: Sat, 11 Jun 2022 13:12:10 +0000 (+0300) Subject: ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370) X-Git-Tag: emacs-29.0.90~1910^2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ea98a68f4325029e68eae1a2a2a948f92c9412b;p=emacs.git ; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370) --- 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))