* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
This commit is contained in:
parent
d789655614
commit
84b5fcf6be
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue