From f1e5877a6b2f577f85c893a8f05475e213a212c2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 16 Sep 2019 22:22:54 +0200 Subject: [PATCH] mm-inline-large-images doc string clarification * lisp/gnus/mm-decode.el (mm-inline-large-images): Clarify doc string. --- lisp/gnus/mm-decode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.5