emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Wed, 19 Oct 2005 17:54:11 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.191 emacs/lispref/display.texi:1.192
*** emacs/lispref/display.texi:1.191    Wed Oct 19 03:55:44 2005
--- emacs/lispref/display.texi  Wed Oct 19 21:54:11 2005
***************
*** 4061,4070 ****
  @defvar max-image-size
  @tindex max-image-size
  This variable is used to define the maximum size of image that Emacs
! will load.  If its value is a floating point number, that number is
! multiplied by the width and height of the selected frame, in pixels,
! to give the maximum image width and height.  Emacs will refuse to load
! and display any image that is larger than this.
  
  The purpose of this variable is to prevent unreasonably large images
  from accidentally being loaded into Emacs.  It only takes effect the
--- 4061,4074 ----
  @defvar max-image-size
  @tindex max-image-size
  This variable is used to define the maximum size of image that Emacs
! will load.  Emacs will refuse to load (and display) any image that is
! larger than this limit.
! 
! If the value is an integer, it directly specifies the maximum
! image height and width, measured in pixels.  If it is a floating
! point number, it specifies the maximum image height and width
! as a ratio to the frame height and width.  If the value is
! non-numeric, there is no explicit limit on the size of images.
  
  The purpose of this variable is to prevent unreasonably large images
  from accidentally being loaded into Emacs.  It only takes effect the




reply via email to

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