aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-06-11 16:12:10 +0300
committerEli Zaretskii2022-06-11 16:12:10 +0300
commit9ea98a68f4325029e68eae1a2a2a948f92c9412b (patch)
treef0556a8d33817c9c3ba5a2482abd639de517e515 /src
parentcb4579ed6ba45c81ee7ec627bf197e1def121f24 (diff)
downloademacs-9ea98a68f4325029e68eae1a2a2a948f92c9412b.tar.gz
emacs-9ea98a68f4325029e68eae1a2a2a948f92c9412b.zip
; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
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. */)
4037 4037
4038 if (!NILP (beg) && !seekable) 4038 if (!NILP (beg) && !seekable)
4039 xsignal2 (Qfile_error, 4039 xsignal2 (Qfile_error,
4040 build_string ("trying to use a start positing in a non-seekable file"), 4040 build_string ("cannot use a start position in a non-seekable file/device"),
4041 orig_filename); 4041 orig_filename);
4042 4042
4043 if (!NILP (replace)) 4043 if (!NILP (replace))