emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/display.texi,v
Date: Sun, 24 Feb 2008 13:36:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/24 13:36:39

Index: doc/lispref/display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/display.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc/lispref/display.texi    27 Jan 2008 11:07:49 -0000      1.9
+++ doc/lispref/display.texi    24 Feb 2008 13:36:39 -0000      1.10
@@ -4364,10 +4364,12 @@
 displayed, Emacs will load the image again.
 @end defun
 
address@hidden clear-image-cache &optional frame
-This function clears the entire image cache.  If @var{frame} is
address@hidden, only the cache for that frame is cleared.  Otherwise,
-all frames' caches are cleared.
address@hidden clear-image-cache &optional filter
+This function clears the image cache.  If @var{filter} is
+a frame, only the cache for that frame is cleared.  If omitted or
address@hidden, clear the images on the selected frame.  If @code{t},
+all frames' caches are cleared.  Otherwise, @var{filter} is taken as
+a file name and only images that reference this file will be flushed.
 @end defun
 
 If an image in the image cache has not been displayed for a specified




reply via email to

[Prev in Thread] Current Thread [Next in Thread]