diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-02-16 11:36:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-02-16 11:36:52 +0000 |
commit | 338ecb71b1f2de619942b7c5c6eaf30729fa1075 (patch) | |
tree | 10354ffcb43905537072f7d766530515f5af35bf /lisp | |
parent | caf213c53d8d2c86d25ad2dc5e1e325495edad66 (diff) | |
download | emacs-338ecb71b1f2de619942b7c5c6eaf30729fa1075.tar.gz |
(html2text-remove-tag-list): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/html2text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el index ceba84decf1..68934c909e9 100644 --- a/lisp/gnus/html2text.el +++ b/lisp/gnus/html2text.el @@ -59,7 +59,7 @@ completely verbatim - without any use of REGEXP.") 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'. |