diff options
| author | Katsumi Yamaoka | 2010-10-21 00:33:40 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-21 00:33:40 +0000 |
| commit | b79bbef7add92e2c9e6f6e891dd2fa06d54f55ac (patch) | |
| tree | ab7326822c75232510cc7b9c669b54665bd3ecac | |
| parent | ab388ec43c479e38e465f82934b5a8148ec8121e (diff) | |
| download | emacs-b79bbef7add92e2c9e6f6e891dd2fa06d54f55ac.tar.gz emacs-b79bbef7add92e2c9e6f6e891dd2fa06d54f55ac.zip | |
gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 2272f6a3296..31310d9725f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts. | ||
| 4 | |||
| 1 | 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (HTML): Document the function value of | 7 | * gnus.texi (HTML): Document the function value of |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 2cd45b4f2e0..7b642aefda0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -17713,15 +17713,6 @@ If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read | |||
| 17713 | the feeds from local files in @code{nnrss-directory}. You can use | 17713 | the feeds from local files in @code{nnrss-directory}. You can use |
| 17714 | the command @code{nnrss-generate-download-script} to generate a | 17714 | the command @code{nnrss-generate-download-script} to generate a |
| 17715 | download script using @command{wget}. | 17715 | download script using @command{wget}. |
| 17716 | |||
| 17717 | @item nnrss-wash-html-in-text-plain-parts | ||
| 17718 | Non-@code{nil} means that @code{nnrss} renders text in @samp{text/plain} | ||
| 17719 | parts as @acronym{HTML}. The function specified by the | ||
| 17720 | @code{mm-text-html-renderer} variable (@pxref{Display Customization, | ||
| 17721 | ,Display Customization, emacs-mime, The Emacs MIME Manual}) will be used | ||
| 17722 | to render text. If it is @code{nil}, which is the default, text will | ||
| 17723 | simply be folded. Leave it @code{nil} if you prefer to see | ||
| 17724 | @samp{text/html} parts. | ||
| 17725 | @end table | 17716 | @end table |
| 17726 | 17717 | ||
| 17727 | The following code may be helpful, if you want to show the description in | 17718 | The following code may be helpful, if you want to show the description in |