1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.

This commit is contained in:
Eli Zaretskii 2019-02-23 10:35:59 +02:00
parent 6d46fa961c
commit c86d41911d

View File

@ -8941,8 +8941,8 @@ imagemagick_load (struct frame *f, struct image *img)
#endif
success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file));
}
/* Else its not a file, its a lisp object. Load the image from a
lisp object rather than a file. */
/* Else it's not a file, it's a Lisp object. Load the image from a
Lisp object rather than a file. */
else
{
Lisp_Object data;
@ -9250,8 +9250,8 @@ svg_load (struct frame *f, struct image *img)
SSDATA (ENCODE_FILE (file)));
xfree (contents);
}
/* Else its not a file, its a lisp object. Load the image from a
lisp object rather than a file. */
/* Else it's not a file, it's a Lisp object. Load the image from a
Lisp object rather than a file. */
else
{
Lisp_Object data, original_filename;