]> git.eshelyaron.com Git - emacs.git/commitdiff
(html2text-remove-tag-list): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:52 +0000 (11:36 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Feb 2006 11:36:52 +0000 (11:36 +0000)
lisp/gnus/html2text.el

index ceba84decf11eeab9bf4195d8bd1ffa9ddcd1683..68934c909e9a833ed264c9ae4aa414afcd71917a 100644 (file)
@@ -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'.