Changes committed gnus/lisp (ChangeLog spam-stat.el)
"Katsumi Yamaoka" <[email protected]> Tue, 06 Oct 2009 02:27:02 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog spam-stat.el 2009-10-04 Juanma Barranquero <[email protected]> * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.2026 gnus/lisp/ChangeLog:7.2027 --- ChangeLog:7.2026 Tue Sep 29 07:33:34 2009 +++ ChangeLog Tue Oct 6 02:27:02 2009 @@ -1,3 +1,7 @@ +2009-10-04 Juanma Barranquero <[email protected]> + + * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring. + 2009-09-29 Juanma Barranquero <[email protected]> * spam-stat.el (spam-stat-load): Fix typo in message. Index: spam-stat.el diff -u gnus/lisp/spam-stat.el:7.34 gnus/lisp/spam-stat.el:7.35 --- spam-stat.el:7.34 Tue Sep 29 07:33:34 2009 +++ spam-stat.el Tue Oct 6 02:27:02 2009 @@ -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)