From: Juanma Barranquero Date: Sun, 4 Oct 2009 01:32:08 +0000 (+0000) Subject: * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.1.90~955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84b5fcf6be8c6c11d2f5ff31dc27007ac0028cb5;p=emacs.git * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 68bceb7ef13..5cbf88ba51b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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 --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 99d69f33bc3..daff2dc9567 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el @@ -551,7 +551,7 @@ check the variable `spam-stat-score-data'." ;; 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)