# HG changeset patch # User Kim F. Storm # Date 1129758881 0 # Node ID c32a542fb0ada8a5ac7091188d0d3efb78f120bc # Parent 97afbe22dea47d521451c17f09bbb85d490a2535 Simplify max-image-size entry. diff -r 97afbe22dea4 -r c32a542fb0ad etc/NEWS --- a/etc/NEWS Wed Oct 19 21:54:11 2005 +0000 +++ b/etc/NEWS Wed Oct 19 21:54:41 2005 +0000 @@ -4690,13 +4690,8 @@ (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: