* nnimap.el (nnimap-inbox): Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Mon, 21 Feb 2011 23:11:24 +0000 (15:11 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2011 23:11:24 +0000 (15:11 -0800)
lisp/ChangeLog
lisp/nnimap.el

index 015a159..c806913 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-21  Simon Josefsson  <simon@josefsson.org>
+
+       * nnimap.el (nnimap-inbox): Doc fix.
+
 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
index 83b8c41..138875b 100644 (file)
@@ -72,14 +72,15 @@ The default is to try `ssl' first, and then `network'.")
                               "ssh %s imapd"))
 
 (defvoo nnimap-inbox nil
-  "The mail box where incoming mail arrives and should be split out of.")
+  "The mail box where incoming mail arrives and should be split out of.
+For example, \"INBOX\".")
 
 (defvoo nnimap-split-methods nil
   "How mail is split.
-Uses the same syntax as nnmail-split-methods")
+Uses the same syntax as `nnmail-split-methods'.")
 
 (defvoo nnimap-split-fancy nil
-  "Uses the same syntax as nnmail-split-fancy.")
+  "Uses the same syntax as `nnmail-split-fancy'.")
 
 (defvoo nnimap-unsplittable-articles '(%Deleted %Seen)
   "Articles with the flags in the list will not be considered when splitting.")