* gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
authorJesper Harder <harder@ifa.au.dk>
Mon, 4 Aug 2003 20:05:45 +0000 (20:05 +0000)
committerJesper Harder <harder@ifa.au.dk>
Mon, 4 Aug 2003 20:05:45 +0000 (20:05 +0000)
* nnmail.el (nnmail-large-newsgroup): Docstring fix.

* nntp.el (nntp-large-newsgroup): do.

* nnspool.el (nnspool-large-newsgroup): do.

lisp/ChangeLog
lisp/gnus-sum.el
lisp/nnmail.el
lisp/nnspool.el
lisp/nntp.el

index 6ea9924..d8cda5d 100644 (file)
@@ -1,5 +1,13 @@
 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
 
+       * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
+
+       * nnmail.el (nnmail-large-newsgroup): Docstring fix.
+
+       * nntp.el (nntp-large-newsgroup): do.
+
+       * nnspool.el (nnspool-large-newsgroup): do.
+
        * gnus-cus.el (gnus-group-parameters): Typo.
 
 2003-07-31  Simon Josefsson  <jas@extundo.com>
index 7374fa2..1fbeb5f 100644 (file)
@@ -951,7 +951,8 @@ default:      The default article score.
 default-high: The default score for high scored articles.
 default-low:  The default score for low scored articles.
 below:        The score below which articles are automatically marked as read.
-mark:         The articles mark."
+mark:         The article's mark.
+uncached:     Non-nil if the article is uncached."
   :group 'gnus-summary-visual
   :type '(repeat (cons (sexp :tag "Form" nil)
                       face)))
index 0c08331..fb0b506 100644 (file)
@@ -356,8 +356,8 @@ discarded after running the split process."
   :type 'hook)
 
 (defcustom nnmail-large-newsgroup 50
-  "*The number of the articles which indicates a large newsgroup or nil.
-If the number of the articles is greater than the value, verbose
+  "*The number of articles which indicates a large newsgroup or nil.
+If the number of articles is greater than the value, verbose
 messages will be shown to indicate the current status."
   :group 'nnmail-various
   :type '(choice (const :tag "infinite" nil)
index 080c5e7..d4eba69 100644 (file)
@@ -72,8 +72,8 @@ If you are using Cnews, you probably should set this variable to nil.")
   "Local news active date file.")
 
 (defvoo nnspool-large-newsgroup 50
-  "The number of the articles which indicates a large newsgroup.
-If the number of the articles is greater than the value, verbose
+  "The number of articles which indicates a large newsgroup.
+If the number of articles is greater than the value, verbose
 messages will be shown to indicate the current status.")
 
 (defvoo nnspool-nov-is-evil nil
index c1228e5..9a4e114 100644 (file)
@@ -139,8 +139,8 @@ If non-nil, there will be no prompt for a login name.")
 This variable is used by the `nntp-open-via-telnet-and-telnet' method.")
 
 (defvoo nntp-large-newsgroup 50
-  "*The number of the articles which indicates a large newsgroup.
-If the number of the articles is greater than the value, verbose
+  "*The number of articles which indicates a large newsgroup.
+If the number of articles is greater than the value, verbose
 messages will be shown to indicate the current status.")
 
 (defvoo nntp-maximum-request 400