]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/image.c (Fimage_flush): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Mon, 15 Jul 2013 16:03:47 +0000 (09:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 15 Jul 2013 16:03:47 +0000 (09:03 -0700)
src/ChangeLog
src/image.c

index 950462667513564cba9e27b0c5562046614c167b..28899150e96fe47bdd720856b53127a5ec846128 100644 (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.
index ce36699767d38476abdc513fda17d0569af6e4a3..e084119a04ea7ce8ed40769cbae6b33486b573f5 100644 (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.