diff options
| author | Stefan Kangas | 2024-06-23 16:28:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-23 16:40:06 +0200 |
| commit | fb11294d4156a4be45080ff286a8ee0d5a3ede9b (patch) | |
| tree | 5c30d9724edcb7ba3a58d92b4b2618943fa1b3e2 /src | |
| parent | d9bd1718f9a3561f7aa233f105f78aaa7f8dc93a (diff) | |
| download | emacs-fb11294d4156a4be45080ff286a8ee0d5a3ede9b.tar.gz emacs-fb11294d4156a4be45080ff286a8ee0d5a3ede9b.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | src/w32image.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 7792bd88c01..798e87dd572 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -5956,7 +5956,7 @@ | |||
| 5956 | Assume C89 or later for math functions (Bug#12381). | 5956 | Assume C89 or later for math functions (Bug#12381). |
| 5957 | This simplifies the code, and makes it a bit smaller and faster, | 5957 | This simplifies the code, and makes it a bit smaller and faster, |
| 5958 | and (most important) makes it easier to clean up signal handling | 5958 | and (most important) makes it easier to clean up signal handling |
| 5959 | since we can stop worring about floating-point exceptions in | 5959 | since we can stop worrying about floating-point exceptions in |
| 5960 | library code. That was a problem before C89, but the problem | 5960 | library code. That was a problem before C89, but the problem |
| 5961 | went away many years ago on all practical Emacs targets. | 5961 | went away many years ago on all practical Emacs targets. |
| 5962 | * data.c, image.c, lread.c, print.c: | 5962 | * data.c, image.c, lread.c, print.c: |
diff --git a/src/w32image.c b/src/w32image.c index e71471f4a7c..359a4fa3a72 100644 --- a/src/w32image.c +++ b/src/w32image.c | |||
| @@ -605,7 +605,7 @@ get_encoder_clsid (const char *type, CLSID *clsid) | |||
| 605 | 605 | ||
| 606 | DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail, | 606 | DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail, |
| 607 | Sw32image_create_thumbnail, 5, 5, 0, | 607 | Sw32image_create_thumbnail, 5, 5, 0, |
| 608 | doc: /* Create a HEIGHT by WIDTH thumnail file THUMB-FILE for image INPUT-FILE. | 608 | doc: /* Create a HEIGHT by WIDTH thumbnail file THUMB-FILE for image INPUT-FILE. |
| 609 | TYPE is the image type to use for the thumbnail file, a string. It is | 609 | TYPE is the image type to use for the thumbnail file, a string. It is |
| 610 | usually identical to the file-name extension of THUMB-FILE, but without | 610 | usually identical to the file-name extension of THUMB-FILE, but without |
| 611 | the leading period, and both "jpeg" and "jpg" can be used for JPEG. | 611 | the leading period, and both "jpeg" and "jpg" can be used for JPEG. |