From bf190568e0cda0fa76d274fc4a74bb1d768a20e5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 Oct 2008 13:46:08 +0000 Subject: [PATCH] (Image Cache) : Minor wording fixes. --- doc/lispref/ChangeLog | 1 + doc/lispref/display.texi | 6 +++--- etc/NEWS | 1 + 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 @@ 2008-10-21 Eli Zaretskii * display.texi (Attribute Functions): Document `face-all-attributes'. + (Image Cache) : Minor wording fixes. * frames.texi (Color Names): Add an xref to `read-color'. 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 @code{nil}, the selected frame is used. If @var{frame} is @code{t}, the refresh is applied to all existing frames. -This works by removing all image with image specifications matching -@var{spec} from the image cache. Thus, the next time the image is -displayed, Emacs will load the image again. +This works by removing from the image cache all the images whose image +specifications match @var{spec}. The next time Emacs needs to display +such an image, it will reload the image anew. @end defun @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 strings that include the separator as their substring. Useful for consing shell command lines from the individual arguments. ++++ *** `image-refresh' refreshes all images associated with a given image specification. -- 2.39.5