diff options
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. */ |