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/editfns.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index e8b2a08c79f..a68696ce9ec 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -795,7 +795,7 @@ Both arguments are required.") | |||
| 795 | 795 | ||
| 796 | /* Return a Lisp_String containing the text of the current buffer from | 796 | /* Return a Lisp_String containing the text of the current buffer from |
| 797 | START to END. If text properties are in use and the current buffer | 797 | START to END. If text properties are in use and the current buffer |
| 798 | has properties in the range specifed, the resulting string will also | 798 | has properties in the range specified, the resulting string will also |
| 799 | have them. | 799 | have them. |
| 800 | 800 | ||
| 801 | We don't want to use plain old make_string here, because it calls | 801 | We don't want to use plain old make_string here, because it calls |
| @@ -1365,7 +1365,7 @@ Use %% to put a single % into the output.") | |||
| 1365 | else if (XTYPE (args[n]) == Lisp_Int && *format != 's') | 1365 | else if (XTYPE (args[n]) == Lisp_Int && *format != 's') |
| 1366 | { | 1366 | { |
| 1367 | #ifdef LISP_FLOAT_TYPE | 1367 | #ifdef LISP_FLOAT_TYPE |
| 1368 | /* The following loop issumes the Lisp type indicates | 1368 | /* The following loop assumes the Lisp type indicates |
| 1369 | the proper way to pass the argument. | 1369 | the proper way to pass the argument. |
| 1370 | So make sure we have a flonum if the argument should | 1370 | So make sure we have a flonum if the argument should |
| 1371 | be a double. */ | 1371 | be a double. */ |