diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/image.c b/src/image.c index 5d4f50ee85e..b9620e10948 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1689,11 +1689,13 @@ which is then usually a filename. */) | |||
| 1689 | } | 1689 | } |
| 1690 | 1690 | ||
| 1691 | 1691 | ||
| 1692 | DEFUN ("image-refresh", Fimage_refresh, Simage_refresh, | 1692 | DEFUN ("image-flush", Fimage_flush, Simage_flush, |
| 1693 | 1, 2, 0, | 1693 | 1, 2, 0, |
| 1694 | doc: /* Refresh the image with specification SPEC on frame FRAME. | 1694 | doc: /* Fush the image with specification SPEC on frame FRAME. |
| 1695 | If SPEC specifies an image file, the displayed image is updated with | 1695 | This removes the image from the Emacs image cache. If SPEC specifies |
| 1696 | the current contents of that file. | 1696 | an image file, the next redisplay of this image will read from the |
| 1697 | current contents of that file. | ||
| 1698 | |||
| 1697 | FRAME nil or omitted means use the selected frame. | 1699 | FRAME nil or omitted means use the selected frame. |
| 1698 | FRAME t means refresh the image on all frames. */) | 1700 | FRAME t means refresh the image on all frames. */) |
| 1699 | (spec, frame) | 1701 | (spec, frame) |
| @@ -8526,7 +8528,7 @@ non-numeric, there is no explicit limit on the size of images. */); | |||
| 8526 | 8528 | ||
| 8527 | defsubr (&Sinit_image_library); | 8529 | defsubr (&Sinit_image_library); |
| 8528 | defsubr (&Sclear_image_cache); | 8530 | defsubr (&Sclear_image_cache); |
| 8529 | defsubr (&Simage_refresh); | 8531 | defsubr (&Simage_flush); |
| 8530 | defsubr (&Simage_size); | 8532 | defsubr (&Simage_size); |
| 8531 | defsubr (&Simage_mask_p); | 8533 | defsubr (&Simage_mask_p); |
| 8532 | defsubr (&Simage_metadata); | 8534 | defsubr (&Simage_metadata); |