From: Juanma Barranquero Date: Mon, 27 Sep 2010 12:19:46 +0000 (+0000) Subject: nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=cc6e852662f00a9e91476cdfef9fb8e39f6175ba nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b240ad759..24ace1799 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-09-27 Juanma Barranquero + + * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. + 2010-09-27 Lars Magne Ingebrigtsen * nnimap.el (nnimap-request-accept-article): Message the error on diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 731d85b53..462cb8aa1 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -225,7 +225,7 @@ Example: In this case, articles containing the string \"boss\" in the To or the From header will be expired to the group \"nnfolder:Work\"; -articles containing the sting \"IMPORTANT\" in the Subject header will +articles containing the string \"IMPORTANT\" in the Subject header will be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and everything else will be expired to \"nnfolder:Archive-YYYY\"." :version "22.1"