# HG changeset patch # User Juanma Barranquero # Date 1140089812 0 # Node ID dc25f1fd56f512855b41b262df38ea4ab5e95487 # Parent d7445550220cca5d840cabae5c3e2f7c990c6a04 (html2text-remove-tag-list): Fix typo in docstring. diff -r d7445550220c -r dc25f1fd56f5 lisp/gnus/html2text.el --- 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'.