]> git.eshelyaron.com Git - emacs.git/commitdiff
(Image Cache) <image-refresh>: Minor wording fixes.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 13:46:08 +0000 (13:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 13:46:08 +0000 (13:46 +0000)
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/NEWS

index a9ca8b7858cb398efb0f87eeac8a590a7e068f56..3308aa57db05c0e8e7d3bb6ba65a7c8801069a18 100644 (file)
@@ -1,6 +1,7 @@
 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
 
        * display.texi (Attribute Functions): Document `face-all-attributes'.
+       (Image Cache) <image-refresh>: Minor wording fixes.
 
        * frames.texi (Color Names): Add an xref to `read-color'.
 
index 983f7443240331ec0598a865844da33f7646aee4..1a8520f38558c0cda5418f260be4b843912aabea 100644 (file)
@@ -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
index 0db2ec48c48db87c5130500e6cc2d63c221eb069..cf45b4fc38f02ad54db092fdc12bb9c7a056dfef 100644 (file)
--- 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.