diff lisp/gnus/html2text.el @ 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 1077b8039c32
children e7c14a8e6688
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'.