aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-10-19 21:54:41 +0000
committerKim F. Storm2005-10-19 21:54:41 +0000
commitb5572755df7c226b454ac99ecbfa73f12d6dfd8a (patch)
tree04778727928bfd338bf6b41ea41251251bb214e6
parent1ac3cfd843d061fea94d5087bcc3fd59b7c1b2f1 (diff)
downloademacs-b5572755df7c226b454ac99ecbfa73f12d6dfd8a.tar.gz
emacs-b5572755df7c226b454ac99ecbfa73f12d6dfd8a.zip
Simplify max-image-size entry.
-rw-r--r--etc/NEWS9
1 files changed, 2 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 327dda297e2..80d88df4663 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4690,13 +4690,8 @@ explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
4690 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 4690 (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
4691 4691
4692+++ 4692+++
4693*** The new variable `max-image-size' defines the maximum size of an 4693*** The new variable `max-image-size' defines the maximum size of
4694image, relative to the selected frame, that Emacs will load. 4694images that Emacs will load and display.
4695
4696This is a floating point number that is multiplied by the width and
4697height of the selected frame (in pixels), to give the maximum image
4698width and height. Emacs will not load an image into memory if it is
4699larger than this.
4700 4695
4701** Mouse pointer features: 4696** Mouse pointer features:
4702 4697