]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/image.c (syms_of_image): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 08:33:50 +0000 (16:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 08:33:50 +0000 (16:33 +0800)
src/image.c

index 16618f49f1eedc3737ca4952585c9fe18e13a22c..7d36f8c862fd978d1f6470f8b4df9a4624727c42 100644 (file)
@@ -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,