diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 01:32:08 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-04 01:32:08 +0000 |
| commit | 84b5fcf6be8c6c11d2f5ff31dc27007ac0028cb5 (patch) | |
| tree | d28432fa228ba423d976cbfd6a3dc7b6e1c692df /lisp/gnus/spam-stat.el | |
| parent | d789655614800723666b8fe93f6e6a6ee95a3a23 (diff) | |
| download | emacs-84b5fcf6be8c6c11d2f5ff31dc27007ac0028cb5.tar.gz | |
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
Diffstat (limited to 'lisp/gnus/spam-stat.el')
| -rw-r--r-- | lisp/gnus/spam-stat.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
