From: Lars Ingebrigtsen Date: Mon, 16 Sep 2019 20:22:54 +0000 (+0200) Subject: mm-inline-large-images doc string clarification X-Git-Tag: emacs-27.0.90~1551^2~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1e5877a6b2f577f85c893a8f05475e213a212c2;p=emacs.git mm-inline-large-images doc string clarification * lisp/gnus/mm-decode.el (mm-inline-large-images): Clarify doc string. --- diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index cba9633b539..a763e34785d 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -382,8 +382,9 @@ enables you to choose manually one of two types those mails include." :group 'mime-display) (defcustom mm-inline-large-images nil - "If t, then all images fit in the buffer. -If `resize', try to resize the images so they fit." + "If nil, images larger than the window aren't displayed in the buffer. +If `resize', try to resize the images so they fit in the buffer. +If t, show the images as they are without resizing." :type '(radio (const :tag "Inline large images as they are." t) (const :tag "Resize large images." resize)