diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/cmds.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index f0dbf72cfcd..df8cd6d0645 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -244,7 +244,7 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long.") | |||
| 244 | Fbarf_if_buffer_read_only (); | 244 | Fbarf_if_buffer_read_only (); |
| 245 | 245 | ||
| 246 | /* Inserting a newline at the end of a line produces better | 246 | /* Inserting a newline at the end of a line produces better |
| 247 | redisplay in try_window_id than inserting at the ebginning fo a | 247 | redisplay in try_window_id than inserting at the beginning of a |
| 248 | line, and the textual result is the same. So, if we're at | 248 | line, and the textual result is the same. So, if we're at |
| 249 | beginning of line, pretend to be at the end of the previous line. | 249 | beginning of line, pretend to be at the end of the previous line. |
| 250 | 250 | ||