aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2013-07-15 09:03:47 -0700
committerGlenn Morris2013-07-15 09:03:47 -0700
commit8bfcc21a7921eeaa85afd5079de4c896efb9f8e3 (patch)
tree6b2f8cda221ee9d5eece34e32cac3b214c93148e /src
parentdaca02043b6453e90f5c652b8e2c8d1c6e5354a0 (diff)
downloademacs-8bfcc21a7921eeaa85afd5079de4c896efb9f8e3.tar.gz
emacs-8bfcc21a7921eeaa85afd5079de4c896efb9f8e3.zip
* src/image.c (Fimage_flush): Fix doc typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/image.c2
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 @@
12013-07-15 Glenn Morris <rgm@gnu.org>
2
3 * image.c (Fimage_flush): Fix doc typo.
4
12013-03-11 Glenn Morris <rgm@gnu.org> 52013-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
1564DEFUN ("image-flush", Fimage_flush, Simage_flush, 1564DEFUN ("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.
1567This removes the image from the Emacs image cache. If SPEC specifies 1567This removes the image from the Emacs image cache. If SPEC specifies
1568an image file, the next redisplay of this image will read from the 1568an image file, the next redisplay of this image will read from the
1569current contents of that file. 1569current contents of that file.