emacs-diffs
[Top][All Lists]
Advanced

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

feature/android 1ba1f277b69 1/2: ; * src/image.c (syms_of_image): Fix ty


From: Po Lu
Subject: feature/android 1ba1f277b69 1/2: ; * src/image.c (syms_of_image): Fix typo.
Date: Sat, 28 Jan 2023 07:47:52 -0500 (EST)

branch: feature/android
commit 1ba1f277b6953f07b6449da6b7f074fb82f6f418
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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,



reply via email to

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