(gnus-update-score-entry-dates): Doc fix. From Xavier Maillard.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Nov 2005 23:25:27 +0000 (23:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 1 Nov 2005 23:25:27 +0000 (23:25 +0000)
(gnus-home-score-file): Doc fix.

lisp/gnus-score.el

index a15007d..732a52b 100644 (file)
@@ -140,7 +140,7 @@ If this variable is nil, no score file entries will be expired."
                 number))
 
 (defcustom gnus-update-score-entry-dates t
-  "*In non-nil, update matching score entry dates.
+  "*If non-nil, update matching score entry dates.
 If this variable is nil, then score entries that provide matches
 will be expired along with non-matching score entries."
   :group 'gnus-score-expire
@@ -179,7 +179,7 @@ It is called with one parameter -- the score to be decayed."
 It can be:
 
  * A string
-   This file file will be used as the home score file.
+   This file will be used as the home score file.
 
  * A function
    The result of this function will be used as the home score file.
@@ -190,7 +190,7 @@ It can be:
    The elements in this list can be:
 
    * `(regexp file-name ...)'
-     If the `regexp' matches the group name, the first `file-name' will
+     If the `regexp' matches the group name, the first `file-name'
      will be used as the home score file.  (Multiple filenames are
      allowed so that one may use gnus-score-file-single-match-alist to
      set this variable.)