diff options
| author | Glenn Morris | 2013-07-20 12:20:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-20 12:20:33 -0700 |
| commit | f0398ec17f8a00d6c6d828c3d04522d94337d156 (patch) | |
| tree | 478a4829ab66fd14da41090767b8f8a9d8d9122b /src | |
| parent | 1451928fffb2065a90e3decd0b9ba34d74dcc22b (diff) | |
| parent | 862f1c9c3a172cd704e286964705b06aaf68b7fa (diff) | |
| download | emacs-f0398ec17f8a00d6c6d828c3d04522d94337d156.tar.gz emacs-f0398ec17f8a00d6c6d828c3d04522d94337d156.zip | |
Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.at
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 4c6bfaa2b1a..e6b594258dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * image.c (Fimage_flush): Fix doc typo. | ||
| 4 | |||
| 1 | 2013-07-20 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-07-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Fix array bounds violation when pty allocation fails. | 7 | Fix array bounds violation when pty allocation fails. |
diff --git a/src/image.c b/src/image.c index 1e3944ac1a1..1f8cb520dca 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1569,7 +1569,7 @@ which is then usually a filename. */) | |||
| 1569 | 1569 | ||
| 1570 | DEFUN ("image-flush", Fimage_flush, Simage_flush, | 1570 | DEFUN ("image-flush", Fimage_flush, Simage_flush, |
| 1571 | 1, 2, 0, | 1571 | 1, 2, 0, |
| 1572 | doc: /* Fush the image with specification SPEC on frame FRAME. | 1572 | doc: /* Flush the image with specification SPEC on frame FRAME. |
| 1573 | This removes the image from the Emacs image cache. If SPEC specifies | 1573 | This removes the image from the Emacs image cache. If SPEC specifies |
| 1574 | an image file, the next redisplay of this image will read from the | 1574 | an image file, the next redisplay of this image will read from the |
| 1575 | current contents of that file. | 1575 | current contents of that file. |