diff options
| author | Glenn Morris | 2013-07-15 09:03:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-15 09:03:47 -0700 |
| commit | 8bfcc21a7921eeaa85afd5079de4c896efb9f8e3 (patch) | |
| tree | 6b2f8cda221ee9d5eece34e32cac3b214c93148e /src | |
| parent | daca02043b6453e90f5c652b8e2c8d1c6e5354a0 (diff) | |
| download | emacs-8bfcc21a7921eeaa85afd5079de4c896efb9f8e3.tar.gz emacs-8bfcc21a7921eeaa85afd5079de4c896efb9f8e3.zip | |
* src/image.c (Fimage_flush): Fix doc typo.
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. |