diff options
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 7cf1bc4c362..08e420837a0 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -10053,7 +10053,7 @@ The list of capabilities can include one or more of the following: | |||
| 10053 | 10053 | ||
| 10054 | DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0, | 10054 | DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0, |
| 10055 | doc: /* Initialize image library implementing image type TYPE. | 10055 | doc: /* Initialize image library implementing image type TYPE. |
| 10056 | Return non-nil if TYPE is a supported image type. | 10056 | Return t if TYPE is a supported image type. |
| 10057 | 10057 | ||
| 10058 | If image libraries are loaded dynamically (currently only the case on | 10058 | If image libraries are loaded dynamically (currently only the case on |
| 10059 | MS-Windows), load the library for TYPE if it is not yet loaded, using | 10059 | MS-Windows), load the library for TYPE if it is not yet loaded, using |