diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/image.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95046266751..28899150e96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * image.c (Fimage_flush): Fix doc typo. | ||
| 4 | |||
| 1 | 2013-03-11 Glenn Morris <rgm@gnu.org> | 5 | 2013-03-11 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Version 24.3 released. | 7 | * Version 24.3 released. |
diff --git a/src/image.c b/src/image.c index ce36699767d..e084119a04e 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1563,7 +1563,7 @@ which is then usually a filename. */) | |||
| 1563 | 1563 | ||
| 1564 | DEFUN ("image-flush", Fimage_flush, Simage_flush, | 1564 | DEFUN ("image-flush", Fimage_flush, Simage_flush, |
| 1565 | 1, 2, 0, | 1565 | 1, 2, 0, |
| 1566 | doc: /* Fush the image with specification SPEC on frame FRAME. | 1566 | doc: /* Flush the image with specification SPEC on frame FRAME. |
| 1567 | This removes the image from the Emacs image cache. If SPEC specifies | 1567 | This removes the image from the Emacs image cache. If SPEC specifies |
| 1568 | an image file, the next redisplay of this image will read from the | 1568 | an image file, the next redisplay of this image will read from the |
| 1569 | current contents of that file. | 1569 | current contents of that file. |