mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Doc fix for mm-keep-viewer-alive-types
* lisp/gnus/mm-decode.el (mm-keep-viewer-alive-types): Clarify doc string.
This commit is contained in:
parent
587f12281a
commit
6055c8a733
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue