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'.
@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
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.