From 1ba1f277b6953f07b6449da6b7f074fb82f6f418 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 28 Jan 2023 16:33:50 +0800 Subject: [PATCH] ; * src/image.c (syms_of_image): Fix typo. --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5