* src/image.c (Fimage_flush): Fix doc typo.

This commit is contained in:
Glenn Morris 2013-07-15 09:03:47 -07:00
parent daca02043b
commit 8bfcc21a79
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-07-15 Glenn Morris <rgm@gnu.org>
* image.c (Fimage_flush): Fix doc typo.
2013-03-11 Glenn Morris <rgm@gnu.org>
* Version 24.3 released.

View file

@ -1563,7 +1563,7 @@ which is then usually a filename. */)
DEFUN ("image-flush", Fimage_flush, Simage_flush,
1, 2, 0,
doc: /* Fush the image with specification SPEC on frame FRAME.
doc: /* Flush the image with specification SPEC on frame FRAME.
This removes the image from the Emacs image cache. If SPEC specifies
an image file, the next redisplay of this image will read from the
current contents of that file.