diff options
| author | K. Handa | 2015-09-02 18:28:54 +0900 |
|---|---|---|
| committer | K. Handa | 2015-09-02 18:28:54 +0900 |
| commit | e7b62736aade24620c8ba6fa6bd467d017f16ee0 (patch) | |
| tree | d00a2203437a168b2414c6b73afc00a88d90b4b1 /src/image.c | |
| parent | ae08d073d7e2738580341534adc3c5924dc76860 (diff) | |
| parent | 30866274e21c5f0a1c5f60cfe290743e7d482349 (diff) | |
| download | emacs-e7b62736aade24620c8ba6fa6bd467d017f16ee0.tar.gz emacs-e7b62736aade24620c8ba6fa6bd467d017f16ee0.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
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. |
| 9755 | Each element of the list is a symbol for an image type, like 'jpeg or 'png. | 9755 | Each element of the list is a symbol for an image type, like `jpeg' or `png'. |
| 9756 | To check whether it is really supported, use `image-type-available-p'. */); | 9756 | To check whether it is really supported, use `image-type-available-p'. */); |
| 9757 | Vimage_types = Qnil; | 9757 | Vimage_types = Qnil; |
| 9758 | 9758 | ||