* message.el (message-generate-headers-first): Don't quote nil
authorJesper Harder <harder@ifa.au.dk>
Fri, 6 Feb 2004 04:31:05 +0000 (04:31 +0000)
committerJesper Harder <harder@ifa.au.dk>
Fri, 6 Feb 2004 04:31:05 +0000 (04:31 +0000)
and t in docstrings.

* imap.el (imap-id): do.

* gnus-agent.el (gnus-agent-consider-all-articles)
(gnus-agent-queue-mail): do.

lisp/ChangeLog
lisp/gnus-agent.el
lisp/imap.el
lisp/message.el

index 4f2b2dc..5fb0823 100644 (file)
@@ -1,3 +1,13 @@
+2004-02-06  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.el (message-generate-headers-first): Don't quote nil
+       and t in docstrings.
+
+       * imap.el (imap-id): do. 
+
+       * gnus-agent.el (gnus-agent-consider-all-articles)
+       (gnus-agent-queue-mail): do.             
+
 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * spam-report.el (spam-report-process-queue): New function.
index 1c54c9e..c58bbb6 100644 (file)
@@ -144,9 +144,9 @@ If this is `ask' the hook will query the user."
   :group 'gnus-agent)
 
 (defcustom gnus-agent-consider-all-articles nil
-  "When non-`nil', the agent will let the agent predicate decide
+  "When non-nil, the agent will let the agent predicate decide
 whether articles need to be downloaded or not, for all articles.  When
-`nil', the default, the agent will only let the predicate decide
+nil, the default, the agent will only let the predicate decide
 whether unread articles are downloaded or not.  If you enable this,
 groups with large active ranges may open slower and you may also want
 to look into the agent expiry settings to block the expiration of
@@ -189,9 +189,9 @@ See Info node `(gnus)Server Buffer'."
   :group 'gnus-agent)
 
 (defcustom gnus-agent-queue-mail t
-  "Whether and when outgoing mail should be queued by the agent.  When
-`always', always queue outgoing mail.  When `nil', never queue.
-Otherwise, queue if and only if unplugged."
+  "Whether and when outgoing mail should be queued by the agent.
+When `always', always queue outgoing mail.  When nil, never
+queue.  Otherwise, queue if and only if unplugged."
   :group 'gnus-agent
   :type '(radio (const :format "Always" always)
                (const :format "Never" nil)
index 7e0c9b9..7c1664a 100644 (file)
@@ -1107,7 +1107,7 @@ If BUFFER is nil, the current buffer is assumed."
 
 (defun imap-id (&optional list-of-values buffer)
   "Identify client to server in BUFFER, and return server identity.
-LIST-OF-VALUES is `nil', or a plist with identifier and value
+LIST-OF-VALUES is nil, or a plist with identifier and value
 strings to send to the server to identify the client.
 
 Return a list of identifiers which server in BUFFER support, or
index 7f60480..50099c5 100644 (file)
@@ -761,7 +761,7 @@ variable isn't used."
 ;; is nil.  See: http://article.gmane.org/gmane.emacs.gnus.general/51138
 (defcustom message-generate-headers-first '(references)
   "Which headers should be generated before starting to compose a message.
-If `t', generate all required headers.  This can also be a list of headers to
+If t, generate all required headers.  This can also be a list of headers to
 generate.  The variables `message-required-news-headers' and
 `message-required-mail-headers' specify which headers to generate.