* gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
authorJesper Harder <harder@ifa.au.dk>
Tue, 6 May 2003 00:43:56 +0000 (00:43 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 6 May 2003 00:43:56 +0000 (00:43 +0000)
* gnus-art.el (gnus-mime-display-multipart-as-mixed)
(gnus-mime-display-multipart-related-as-mixed)
(gnus-button-mid-or-mail-heuristic-alist): do.

lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-sum.el

index ca711a1..4eb9564 100644 (file)
@@ -1,3 +1,11 @@
+2003-05-06  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
+
+       * gnus-art.el (gnus-mime-display-multipart-as-mixed)
+       (gnus-mime-display-multipart-related-as-mixed)
+       (gnus-button-mid-or-mail-heuristic-alist): do.
+
 2003-05-05  Dave Love  <fx@gnu.org>
 
        * mm-util.el (mm-default-multibyte-p): New.
index 1445d9f..d8121ff 100644 (file)
@@ -4521,7 +4521,7 @@ If no internal viewer is available, use an external viewer."
 (defcustom gnus-mime-display-multipart-as-mixed nil
   "Display \"multipart\" parts as  \"multipart/mixed\".
 
-If `t', it overrides `nil' values of
+If t, it overrides nil values of
 `gnus-mime-display-multipart-alternative-as-mixed' and
 `gnus-mime-display-multipart-related-as-mixed'."
   :group 'gnus-article-mime
@@ -4537,7 +4537,7 @@ If `t', it overrides `nil' values of
 
 If displaying \"text/html\" is discouraged \(see
 `mm-discouraged-alternatives'\) images or other material inside a
-\"multipart/related\" part might be overlooked when this variable is `nil'."
+\"multipart/related\" part might be overlooked when this variable is nil."
   :group 'gnus-article-mime
   :type 'boolean)
 
@@ -5753,7 +5753,7 @@ must return `mid', `mail', `invalid' or `ask'."
   "An alist of \(RATE . REGEXP\) pairs for `gnus-button-mid-or-mail-heuristic'.
 
 A negative RATE indicates a message IDs, whereas a positive indicates a mail
-address.  The REGEXP is processed with `case-fold-search' set to `nil'."
+address.  The REGEXP is processed with `case-fold-search' set to nil."
   :group 'gnus-article-buttons
   :type '(repeat (cons (number :tag "Rate")
                       (regexp :tag "Regexp"))))
index 56f6188..9da62da 100644 (file)
@@ -348,7 +348,7 @@ the first unread article."
 (defcustom gnus-auto-goto-ignores 'unfetched
   "*Says how to handle unfetched articles when maneuvering.
 
-This variable can either be the symbols `nil' (maneuver to any
+This variable can either be the symbols nil (maneuver to any
 article), `undownloaded' (maneuvering while unplugged ignores articles
 that have not been fetched), `always-undownloaded' (maneuvering always
 ignores articles that have not been fetched), `unfetched' (maneuvering