X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmm-decode.el;h=948fc08135d78feb24cd41979a99278d551d9f5f;hb=ab79c967548f6323a2b8a527ee40644f4630649b;hp=c4cbce4abaf3f273927eb2da92b12015531127cd;hpb=78e0c74ddc361719d8be1b4f3eb6e58fa17f8fdb;p=gnus diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index c4cbce4ab..948fc0813 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -114,6 +114,7 @@ "Render of HTML contents. It is one of defined renderer types, or a rendering function. The defined renderer types are: +`gnus-article-html' : use Gnus renderer based on w3m; `w3m' : use emacs-w3m; `w3m-standalone': use w3m; `links': use links; @@ -122,8 +123,9 @@ The defined renderer types are: `html2text' : use html2text; nil : use external viewer (default web browser)." :version "24.1" - :type '(choice (const w3) - (const w3m :tag "emacs-w3m") + :type '(choice (const gnus-article-html) + (const w3) + (const w3m :tag "emacs-w3m") (const w3m-standalone :tag "standalone w3m" ) (const links) (const lynx)