* lisp/gnus/mm-decode.el (mm-inline-large-images): Clarify doc string.
: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)