Mercurial > emacs
changeset 68932:dc25f1fd56f5
(html2text-remove-tag-list): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Feb 2006 11:36:52 +0000 |
parents | d7445550220c |
children | 88689f411bd6 |
files | lisp/gnus/html2text.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/html2text.el Thu Feb 16 11:36:21 2006 +0000 +++ b/lisp/gnus/html2text.el Thu Feb 16 11:36:52 2006 +0000 @@ -59,7 +59,7 @@ This is a list of tags which should be removed, without any formatting. Note that tags in the list are presented *without* -any \"<\" or \">\". All occurences of a tag appearing in this +any \"<\" or \">\". All occurrences of a tag appearing in this list are removed, irrespective of whether it is a closing or opening tag, or if the tag has additional attributes. The deletion is done by the function `html2text-remove-tags'.