]> git.eshelyaron.com Git - emacs.git/commitdiff
mm-inline-large-images doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Sep 2019 20:22:54 +0000 (22:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Sep 2019 20:22:54 +0000 (22:22 +0200)
* lisp/gnus/mm-decode.el (mm-inline-large-images): Clarify doc string.

lisp/gnus/mm-decode.el

index cba9633b539fa867c7888f866a5ec23e7d9bd442..a763e34785d26762013ac0d821dadc0b58fd7d9b 100644 (file)
@@ -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)