aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-21 13:46:08 +0000
committerEli Zaretskii2008-10-21 13:46:08 +0000
commitbf190568e0cda0fa76d274fc4a74bb1d768a20e5 (patch)
tree61c8c64fe1f69f7fbb1e2c9fb46f3a94643dc6db
parentb3d50cffbd29d451fab160f691eed135f84a5b4b (diff)
downloademacs-bf190568e0cda0fa76d274fc4a74bb1d768a20e5.tar.gz
emacs-bf190568e0cda0fa76d274fc4a74bb1d768a20e5.zip
(Image Cache) <image-refresh>: Minor wording fixes.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/display.texi6
-rw-r--r--etc/NEWS1
3 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a9ca8b7858c..3308aa57db0 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,6 +1,7 @@
12008-10-21 Eli Zaretskii <eliz@gnu.org> 12008-10-21 Eli Zaretskii <eliz@gnu.org>
2 2
3 * display.texi (Attribute Functions): Document `face-all-attributes'. 3 * display.texi (Attribute Functions): Document `face-all-attributes'.
4 (Image Cache) <image-refresh>: Minor wording fixes.
4 5
5 * frames.texi (Color Names): Add an xref to `read-color'. 6 * frames.texi (Color Names): Add an xref to `read-color'.
6 7
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 983f7443240..1a8520f3855 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4545,9 +4545,9 @@ This function refreshes any images having image specifications
4545@code{nil}, the selected frame is used. If @var{frame} is @code{t}, 4545@code{nil}, the selected frame is used. If @var{frame} is @code{t},
4546the refresh is applied to all existing frames. 4546the refresh is applied to all existing frames.
4547 4547
4548This works by removing all image with image specifications matching 4548This works by removing from the image cache all the images whose image
4549@var{spec} from the image cache. Thus, the next time the image is 4549specifications match @var{spec}. The next time Emacs needs to display
4550displayed, Emacs will load the image again. 4550such an image, it will reload the image anew.
4551@end defun 4551@end defun
4552 4552
4553@defun clear-image-cache &optional filter 4553@defun clear-image-cache &optional filter
diff --git a/etc/NEWS b/etc/NEWS
index 0db2ec48c48..cf45b4fc38f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1614,6 +1614,7 @@ sticking a separator string in between each pair, and quoting those
1614strings that include the separator as their substring. Useful for 1614strings that include the separator as their substring. Useful for
1615consing shell command lines from the individual arguments. 1615consing shell command lines from the individual arguments.
1616 1616
1617+++
1617*** `image-refresh' refreshes all images associated with a given image 1618*** `image-refresh' refreshes all images associated with a given image
1618specification. 1619specification.
1619 1620