From: Glenn Morris Date: Mon, 15 Jul 2013 16:03:47 +0000 (-0700) Subject: * src/image.c (Fimage_flush): Fix doc typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1755^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bfcc21a7921eeaa85afd5079de4c896efb9f8e3;p=emacs.git * src/image.c (Fimage_flush): Fix doc typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 95046266751..28899150e96 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-07-15 Glenn Morris + + * image.c (Fimage_flush): Fix doc typo. + 2013-03-11 Glenn Morris * 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. */) 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.