From: Juanma Barranquero Date: Thu, 16 Feb 2006 11:36:52 +0000 (+0000) Subject: (html2text-remove-tag-list): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~4096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=338ecb71b1f2de619942b7c5c6eaf30729fa1075;p=emacs.git (html2text-remove-tag-list): Fix typo in docstring. --- 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'.