# HG changeset patch # User Juanma Barranquero # Date 1254619928 0 # Node ID 66d2db8735aa43d5e90fa91f690d7d8f56c75d82 # Parent a1a0542565943ecc43366265b93274ade8a8c856 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. diff -r a1a054256594 -r 66d2db8735aa lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sun Oct 04 01:14:56 2009 +0000 +++ b/lisp/gnus/ChangeLog Sun Oct 04 01:32:08 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-04 Juanma Barranquero + + * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. + 2009-09-29 Juanma Barranquero * spam-stat.el (spam-stat-load): Fix typo in message. diff -r a1a054256594 -r 66d2db8735aa lisp/gnus/spam-stat.el --- a/lisp/gnus/spam-stat.el Sun Oct 04 01:14:56 2009 +0000 +++ b/lisp/gnus/spam-stat.el Sun Oct 04 01:32:08 2009 +0000 @@ -551,7 +551,7 @@ ;; Testing (defun spam-stat-strip-xref () - "Strip the the Xref header." + "Strip the Xref header." (save-restriction (mail-narrow-to-head) (when (re-search-forward "^Xref:.*\n" nil t)