From: Po Lu <luangruo@yahoo.com>
Date: Sat, 28 Jan 2023 08:33:50 +0000 (+0800)
Subject: ; * src/image.c (syms_of_image): Fix typo.
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ba1f277b6953f07b6449da6b7f074fb82f6f418;p=emacs.git

; * src/image.c (syms_of_image): Fix typo.
---

diff --git a/src/image.c b/src/image.c
index 16618f49f1e..7d36f8c862f 100644
--- a/src/image.c
+++ b/src/image.c
@@ -12542,7 +12542,7 @@ syms_of_image (void)
   DEFVAR_LISP ("image-types", Vimage_types,
     doc: /* List of potentially supported image types.
 Each element of the list is a symbol for an image type, like `jpeg' or `png'.
- check whether it is really supported, use `image-type-available-p'.  */);
+To check whether it is really supported, use `image-type-available-p'.  */);
   Vimage_types = Qnil;
 
   DEFVAR_LISP ("max-image-size", Vmax_image_size,