aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 743d230ed3b..85cf801f6a9 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9752,7 +9752,7 @@ syms_of_image (void)
9752 defining the supported image types. */ 9752 defining the supported image types. */
9753 DEFVAR_LISP ("image-types", Vimage_types, 9753 DEFVAR_LISP ("image-types", Vimage_types,
9754 doc: /* List of potentially supported image types. 9754 doc: /* List of potentially supported image types.
9755Each element of the list is a symbol for an image type, like 'jpeg or 'png. 9755Each element of the list is a symbol for an image type, like `jpeg' or `png'.
9756To check whether it is really supported, use `image-type-available-p'. */); 9756To check whether it is really supported, use `image-type-available-p'. */);
9757 Vimage_types = Qnil; 9757 Vimage_types = Qnil;
9758 9758