diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2014-11-10 02:17:47 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2014-11-10 02:17:47 +0000 |
commit | 155d93fff87a516197d29edbd02af9a10517bd61 (patch) | |
tree | 6cf0530bdd6c4dc26867f1aefdad0902a3cb00fc /doc/misc | |
parent | be1f31616a1e0db3764da6ab3a22e04f913a25ab (diff) | |
download | emacs-155d93fff87a516197d29edbd02af9a10517bd61.tar.gz |
doc/misc/gnus.texi (Top): Add missing `HTML' menu.
(HTML): Fix xref to FAQ 4-16.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/gnus.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8aef62bc6a6..127bb1115a4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-10 Katsumi Yamaoka <yamaoka@jpl.org> + + * gnus.texi (Top): Add missing `HTML' menu. + (HTML): Fix xref to FAQ 4-16. + 2014-11-09 Glenn Morris <rgm@gnu.org> * Makefile.in (version): Remove variable. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 2e71300661c..57aee27e2b1 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -618,6 +618,7 @@ Article Buffer * Hiding Headers:: Deciding what headers should be displayed. * Using MIME:: Pushing articles through @acronym{MIME} before reading them. +* HTML:: Reading @acronym{HTML} messages. * Customizing Articles:: Tailoring the look of the articles. * Article Keymap:: Keystrokes available in the article buffer. * Misc Article:: Other stuff. @@ -11769,8 +11770,7 @@ If your Emacs copy has been built with libxml2 support, then Gnus uses Emacs' built-in, plain elisp Simple HTML Renderer @code{shr} @footnote{@code{shr} displays colors as declared in the @acronym{HTML} article but tries to adjust them in order to be readable. If you -prefer more contrast, have a look at question 4.16 in the -@xref{Frequently Asked Questions}.} which is also used by Emacs' +prefer more contrast, @xref{FAQ 4-16}.} which is also used by Emacs' browser EWW (@pxref{EWW, ,EWW, emacs, The Emacs Manual}). If your Emacs copy lacks libxml2 support but you have @code{w3m} |