aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-29 13:19:35 +0000
committerGerd Moellmann2000-04-29 13:19:35 +0000
commit084cec2f2cc63f794dca41bd727e894dbf697f31 (patch)
tree76245a8a6e95c9950fb90612c2fd65a4ddebcf6a /etc
parentd564f5b60b4b316210211a6852d7f91a10672e0c (diff)
downloademacs-084cec2f2cc63f794dca41bd727e894dbf697f31.tar.gz
emacs-084cec2f2cc63f794dca41bd727e894dbf697f31.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 801d9d0071d..9b1560f0fdf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2469,7 +2469,8 @@ which are supported in the current configuration.
2469Images are stored in an image cache and removed from the cache when 2469Images are stored in an image cache and removed from the cache when
2470they haven't been displayed for `image-cache-eviction-delay seconds. 2470they haven't been displayed for `image-cache-eviction-delay seconds.
2471The function `clear-image-cache' can be used to clear the image cache 2471The function `clear-image-cache' can be used to clear the image cache
2472manually. 2472manually. Images in the cache are compared with `equal', i.e. all
2473images with `equal' specifications share the same image.
2473 2474
2474*** Simplified image API, image.el 2475*** Simplified image API, image.el
2475 2476