(mm-text-html-renderer): Document gnus-article-html.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Sep 2010 20:06:03 +0000 (22:06 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Sep 2010 20:06:03 +0000 (22:06 +0200)
2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)

* mm-decode.el (mm-text-html-renderer): Document gnus-article-html.

lisp/ChangeLog
lisp/mm-decode.el

index 10a44e7..e8e82cc 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
+
+       * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
+
 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
 
        * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
index c4cbce4..948fc08 100644 (file)
   "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)