diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ee3c828857a..c647111047c 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4364,10 +4364,12 @@ This works by removing all image with image specifications matching | |||
| 4364 | displayed, Emacs will load the image again. | 4364 | displayed, Emacs will load the image again. |
| 4365 | @end defun | 4365 | @end defun |
| 4366 | 4366 | ||
| 4367 | @defun clear-image-cache &optional frame | 4367 | @defun clear-image-cache &optional filter |
| 4368 | This function clears the entire image cache. If @var{frame} is | 4368 | This function clears the image cache. If @var{filter} is |
| 4369 | non-@code{nil}, only the cache for that frame is cleared. Otherwise, | 4369 | a frame, only the cache for that frame is cleared. If omitted or |
| 4370 | all frames' caches are cleared. | 4370 | @code{nil}, clear the images on the selected frame. If @code{t}, |
| 4371 | all frames' caches are cleared. Otherwise, @var{filter} is taken as | ||
| 4372 | a file name and only images that reference this file will be flushed. | ||
| 4371 | @end defun | 4373 | @end defun |
| 4372 | 4374 | ||
| 4373 | If an image in the image cache has not been displayed for a specified | 4375 | If an image in the image cache has not been displayed for a specified |