diff options
| author | Paul Eggert | 2020-01-27 11:30:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-27 11:30:46 -0800 |
| commit | c31c31e57f1224e79effffe076bf367b22dfd385 (patch) | |
| tree | 4d7b0ae51d64e049ab0bfc23cd2f5329170638b8 /src/callproc.c | |
| parent | 066aad7b9d137cb5262e57295eb32c57faa4f9cc (diff) | |
| download | emacs-c31c31e57f1224e79effffe076bf367b22dfd385.tar.gz emacs-c31c31e57f1224e79effffe076bf367b22dfd385.zip | |
; Spelling and URL fixes
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 6bd4ae22f63..07dcc4c3ae4 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -794,7 +794,7 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd, | |||
| 794 | signal_after_change hasn't. A continue statement | 794 | signal_after_change hasn't. A continue statement |
| 795 | restarts the enclosing while (1) loop. A second, | 795 | restarts the enclosing while (1) loop. A second, |
| 796 | unwanted, call to `prepare_to_modify_buffer' is inhibited | 796 | unwanted, call to `prepare_to_modify_buffer' is inhibited |
| 797 | by the test perpared_pos < PT. The data are inserted | 797 | by the test prepared_pos < PT. The data are inserted |
| 798 | again, and this time signal_after_change gets called, | 798 | again, and this time signal_after_change gets called, |
| 799 | balancing the previous call to prepare_to_modify_buffer. */ | 799 | balancing the previous call to prepare_to_modify_buffer. */ |
| 800 | if ((prepared_pos < PT) && nread) | 800 | if ((prepared_pos < PT) && nread) |