diff options
| author | Paul Eggert | 2011-12-05 00:55:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-05 00:55:25 -0800 |
| commit | fa46310344375ef5c114cbb94d4acea39ac29239 (patch) | |
| tree | 4d74de9694db1c199cd9301a27c48b4d4137cf0c /src/fileio.c | |
| parent | c3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff) | |
| download | emacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip | |
Spelling fixes.
Diffstat (limited to 'src/fileio.c')
| -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 c0f6c1d2e8e..fb021cee5a4 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4186,7 +4186,7 @@ variable `last-coding-system-used' to the coding system actually used. */) | |||
| 4186 | /* If REPLACE is non-nil and we succeeded in not replacing the | 4186 | /* If REPLACE is non-nil and we succeeded in not replacing the |
| 4187 | beginning or end of the buffer text with the file's contents, | 4187 | beginning or end of the buffer text with the file's contents, |
| 4188 | call format-decode with `point' positioned at the beginning | 4188 | call format-decode with `point' positioned at the beginning |
| 4189 | of the buffer and `inserted' equalling the number of | 4189 | of the buffer and `inserted' equaling the number of |
| 4190 | characters in the buffer. Otherwise, format-decode might | 4190 | characters in the buffer. Otherwise, format-decode might |
| 4191 | fail to correctly analyze the beginning or end of the buffer. | 4191 | fail to correctly analyze the beginning or end of the buffer. |
| 4192 | Hence we temporarily save `point' and `inserted' here and | 4192 | Hence we temporarily save `point' and `inserted' here and |