diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/emacs-mime.texi | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 131a358ba59..8a1ba969ed9 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -375,16 +375,13 @@ message as follows: | |||
| 375 | 375 | ||
| 376 | @item mm-inline-large-images | 376 | @item mm-inline-large-images |
| 377 | @vindex mm-inline-large-images | 377 | @vindex mm-inline-large-images |
| 378 | When displaying inline images that are larger than the window, Emacs | 378 | This variable is @code{resize} by default, which means that images |
| 379 | does not enable scrolling, which means that you cannot see the whole | 379 | that are bigger than the Emacs window are resized so that they fit. |
| 380 | image. To prevent this, the library tries to determine the image size | 380 | If you set this to @code{nil}, large images are not displayed in |
| 381 | before displaying it inline, and if it doesn't fit the window, the | 381 | Emacs, but can instead be displayed externally (e.g., with |
| 382 | library will display it externally (e.g., with @samp{ImageMagick} or | 382 | @samp{ImageMagick} or @samp{xv}). Setting this variable to @code{t} |
| 383 | @samp{xv}). Setting this variable to @code{t} disables this check and | 383 | disables this check and makes the library display all inline images as |
| 384 | makes the library display all inline images as inline, regardless of | 384 | inline, regardless of their size. |
| 385 | their size. If you set this variable to @code{resize}, the image will | ||
| 386 | be displayed resized to fit in the window, if Emacs has the ability to | ||
| 387 | resize images. | ||
| 388 | 385 | ||
| 389 | @item mm-inline-large-images-proportion | 386 | @item mm-inline-large-images-proportion |
| 390 | @vindex mm-inline-images-max-proportion | 387 | @vindex mm-inline-images-max-proportion |