diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/editfns.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz | |
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.") /* Return a Lisp_String containing the text of the current buffer from START to END. If text properties are in use and the current buffer - has properties in the range specifed, the resulting string will also + has properties in the range specified, the resulting string will also have them. 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.") else if (XTYPE (args[n]) == Lisp_Int && *format != 's') { #ifdef LISP_FLOAT_TYPE - /* The following loop issumes the Lisp type indicates + /* The following loop assumes the Lisp type indicates the proper way to pass the argument. So make sure we have a flonum if the argument should be a double. */ |
