diff options
| author | Eli Zaretskii | 2022-06-11 16:12:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-06-11 16:12:10 +0300 |
| commit | 9ea98a68f4325029e68eae1a2a2a948f92c9412b (patch) | |
| tree | f0556a8d33817c9c3ba5a2482abd639de517e515 /src | |
| parent | cb4579ed6ba45c81ee7ec627bf197e1def121f24 (diff) | |
| download | emacs-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.c | 2 |
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)) |