]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for mm-keep-viewer-alive-types
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Apr 2018 11:44:15 +0000 (13:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Apr 2018 11:44:15 +0000 (13:44 +0200)
* lisp/gnus/mm-decode.el (mm-keep-viewer-alive-types): Clarify doc
string.

lisp/gnus/mm-decode.el

index 6fb376fa7cde2b92035ea46f4f9de8aafbb1e8e7..327a1ed31edb34c5aaa1af98ef86f34a8636aa78 100644 (file)
@@ -324,8 +324,9 @@ type inline."
 (defcustom mm-keep-viewer-alive-types
   '("application/postscript" "application/msword" "application/vnd.ms-excel"
     "application/pdf" "application/x-dvi")
-  "List of media types for which the external viewer will not be killed
-when selecting a different article."
+  "Media types for viewers not to be killed when selecting a different article.
+Instead the viewers will be killed on Gnus exit instead.  This is
+a list of regexps."
   :version "22.1"
   :type '(repeat regexp)
   :group 'mime-display)