emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f1e5877: mm-inline-large-images doc string clarific


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master f1e5877: mm-inline-large-images doc string clarification
Date: Mon, 16 Sep 2019 16:23:00 -0400 (EDT)

branch: master
commit f1e5877a6b2f577f85c893a8f05475e213a212c2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 cba9633..a763e34 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]