* nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 22 Mar 2012 18:50:45 +0000 (19:50 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 22 Mar 2012 18:50:45 +0000 (19:50 +0100)
lisp/ChangeLog
lisp/nnimap.el

index 43f1a97..37855a7 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
+
 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
index 33c6cd3..f326f13 100644 (file)
@@ -117,7 +117,7 @@ some servers.")
 
 (defvoo nnimap-fetch-partial-articles nil
   "If non-nil, Gnus will fetch partial articles.
-If t, nnimap will fetch only the first part.  If a string, it
+If t, Gnus will fetch only the first part.  If a string, it
 will fetch all parts that have types that match that string.  A
 likely value would be \"text/\" to automatically fetch all
 textual parts.")