Mercurial > emacs
changeset 105421:66d2db8735aa
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 04 Oct 2009 01:32:08 +0000 |
parents | a1a054256594 |
children | cb1ae417fcc7 |
files | lisp/gnus/ChangeLog lisp/gnus/spam-stat.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. + 2009-09-29 Juanma Barranquero <lekktu@gmail.com> * spam-stat.el (spam-stat-load): Fix typo in message.
--- 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)