]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify max-image-size entry.
authorKim F. Storm <storm@cua.dk>
Wed, 19 Oct 2005 21:54:41 +0000 (21:54 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 19 Oct 2005 21:54:41 +0000 (21:54 +0000)
etc/NEWS

index 327dda297e2029178d8717321335b20abf6946cc..80d88df466340345bf12ff2b9a059b4dd1cd07fe 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4690,13 +4690,8 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
   (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
 
 +++
-*** The new variable `max-image-size' defines the maximum size of an
-image, relative to the selected frame, that Emacs will load.
-
-This is a floating point number that is multiplied by the width and
-height of the selected frame (in pixels), to give the maximum image
-width and height.  Emacs will not load an image into memory if it is
-larger than this.
+*** The new variable `max-image-size' defines the maximum size of
+images that Emacs will load and display.
 
 ** Mouse pointer features: