diff options
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-mlspl.el | 3 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/spam.el | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index c2e4846442a..43681f6eb7d 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -955,7 +955,7 @@ * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if that's needed. - * spam.el (spam-initialize): Allow calling repeatedly, but only run the + * spam.el (spam-initialize): Allow calling repeatedly, but only run the code once (bug#9069). 2014-01-18 Steinar Bang <sb@dod.no> diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el index cd6bbd03576..d0810ca8221 100644 --- a/lisp/gnus/gnus-mlspl.el +++ b/lisp/gnus/gnus-mlspl.el @@ -72,8 +72,7 @@ match any of the group-specified splitting rules. See ;;;###autoload (defun gnus-group-split-update (&optional catch-all) "Computes nnmail-split-fancy from group params and CATCH-ALL. -It does this by calling by calling (gnus-group-split-fancy nil -nil CATCH-ALL). +It does this by calling (gnus-group-split-fancy nil nil CATCH-ALL). If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used instead. This variable is set by `gnus-group-split-setup'." diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 8212eeafa91..38aea31840f 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -307,7 +307,7 @@ any confusion." (defcustom message-subject-trailing-was-query t "What to do with trailing \"(was: <old subject>)\" in subject lines. If nil, leave the subject unchanged. If it is the symbol `ask', query -the user what do do. In this case, the subject is matched against +the user what to do. In this case, the subject is matched against `message-subject-trailing-was-ask-regexp'. If `message-subject-trailing-was-query' is t, always strip the trailing old subject. In this case, `message-subject-trailing-was-regexp' is diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index 6378e3e97e1..f14af741f75 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el @@ -628,7 +628,7 @@ order for SpamAssassin to recognize the new registered spam." :group 'spam-spamassassin) (defcustom spam-sa-learn-unregister-switch "--forget" - "The switch that sa-learn uses to unregister messages messages." + "The switch that sa-learn uses to unregister messages." :type 'string :group 'spam-spamassassin) |
