emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 c86d419: ; * src/image.c (imagemagick_load, svg_l


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 c86d419: ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.
Date: Sat, 23 Feb 2019 03:36:18 -0500 (EST)

branch: emacs-26
commit c86d41911dad6b3ef799d5cda5778768b2aa3aec
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.
---
 src/image.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/image.c b/src/image.c
index 2d5a882..50515e1 100644
--- a/src/image.c
+++ b/src/image.c
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]