2000-12-22 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 16:54:25 +0000 (16:54 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 22 Dec 2000 16:54:25 +0000 (16:54 +0000)
* gnus.texi (Adaptive Scoring): Use setq by Thomas Seck
<tmseck@web.de>.

texi/ChangeLog
texi/gnus.texi

index ab30e8d..3d29da7 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Adaptive Scoring): Use setq by Thomas Seck
+       <tmseck@web.de>.
+
 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Article Washing): Doc addition by Paul Stevenson
index 4b60680..e23b360 100644 (file)
@@ -14604,7 +14604,7 @@ wherever.  (Note: this would have to be at a point *after*
 @code{gnus-agent} has been loaded via @code{(gnus-agentize)})
 
 @lisp
-(defvar  gnus-category-predicate-alist
+(setq  gnus-category-predicate-alist
   (append gnus-category-predicate-alist
         '((old . my-article-old-p))))
 @end lisp
@@ -15993,7 +15993,7 @@ the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
 might look something like this:
 
 @lisp
-(defvar gnus-default-adaptive-score-alist
+(setq gnus-default-adaptive-score-alist
   '((gnus-unread-mark)
     (gnus-ticked-mark (from 4))
     (gnus-dormant-mark (from 5))