(pop3-leave-mail-on-server): Don't quote nil in
authorJesper Harder <harder@ifa.au.dk>
Mon, 15 Nov 2004 22:11:30 +0000 (22:11 +0000)
committerJesper Harder <harder@ifa.au.dk>
Mon, 15 Nov 2004 22:11:30 +0000 (22:11 +0000)
docstrings.

lisp/ChangeLog
lisp/pop3.el

index 49241a9..c1d4a7c 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-15  Jesper Harder  <harder@ifa.au.dk>
+
+       * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
+       docstrings.
+
 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nntp.el (nntp-request-update-info): Return nil if
index edd7a56..de881c2 100644 (file)
@@ -85,12 +85,12 @@ values are 'apop."
 (defcustom pop3-leave-mail-on-server nil
   "*Non-nil if the mail is to be left on the POP server after fetching.
 
-If the `pop3-leave-mail-on-server' is non-`nil' the mail is to be
-left on the POP server after fetching.  Note that POP servers
-maintain no state information between sessions, so what the
-client believes is there and what is actually there may not match
-up.  If they do not, then the whole thing can fall apart and
-leave you with a corrupt mailbox."
+If `pop3-leave-mail-on-server' is non-nil the mail is to be left
+on the POP server after fetching.  Note that POP servers maintain
+no state information between sessions, so what the client
+believes is there and what is actually there may not match up.
+If they do not, then the whole thing can fall apart and leave you
+with a corrupt mailbox."
   :version "21.4" ;; Oort Gnus
   :type 'boolean
   :group 'pop3)