summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-decode.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-09-16 22:22:54 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-09-16 22:22:54 +0200
commitf1e5877a6b2f577f85c893a8f05475e213a212c2 (patch)
tree7e975f05c182c1cf1eb7a8af55a927cb1b5160a8 /lisp/gnus/mm-decode.el
parentf22346fe5abdbdac2ba5f690c11fda4d4f5d22d6 (diff)
downloademacs-f1e5877a6b2f577f85c893a8f05475e213a212c2.tar.gz
mm-inline-large-images doc string clarification
* lisp/gnus/mm-decode.el (mm-inline-large-images): Clarify doc string.
Diffstat (limited to 'lisp/gnus/mm-decode.el')
-rw-r--r--lisp/gnus/mm-decode.el5
1 files 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)