]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Feb 2019 08:35:59 +0000 (10:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Feb 2019 08:35:59 +0000 (10:35 +0200)
src/image.c

index 2d5a882232fe83788cab67413a282151d1a1d56e..50515e1a42234bc72b622b7c9cd074051b3dd17d 100644 (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;