comparison doc/lispref/display.texi @ 98976:e4a7c2a7c2eb

(Image Cache) <image-refresh>: Minor wording fixes.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 21 Oct 2008 13:45:04 +0000
parents 8860f1bf41c3
children 849c161c893f
comparison
equal deleted inserted replaced
98975:7e41e9316703 98976:e4a7c2a7c2eb
4543 This function refreshes any images having image specifications 4543 This function refreshes any images having image specifications
4544 @code{equal} to @var{spec} on frame @var{frame}. If @var{frame} is 4544 @code{equal} to @var{spec} on frame @var{frame}. If @var{frame} is
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},
4546 the refresh is applied to all existing frames. 4546 the refresh is applied to all existing frames.
4547 4547
4548 This works by removing all image with image specifications matching 4548 This 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 4549 specifications match @var{spec}. The next time Emacs needs to display
4550 displayed, Emacs will load the image again. 4550 such 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
4554 This function clears the image cache. If @var{filter} is 4554 This function clears the image cache. If @var{filter} is
4555 a frame, only the cache for that frame is cleared. If omitted or 4555 a frame, only the cache for that frame is cleared. If omitted or