diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:39:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:39:12 +0000 |
commit | abf4db5dd95f2ff2f6bd290072b224b8cd7b901a (patch) | |
tree | b9cf9ad72e318073ff52be73fbd8a49ac257e0fc /lisp | |
parent | 50aa5b5e3f755c5d515e1a28565d17d9ce35046d (diff) | |
download | emacs-abf4db5dd95f2ff2f6bd290072b224b8cd7b901a.tar.gz |
(gnus-score-custom-data): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus-edit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus-edit.el b/lisp/gnus-edit.el index 964528ae655..b25ef259026 100644 --- a/lisp/gnus-edit.el +++ b/lisp/gnus-edit.el @@ -268,14 +268,14 @@ field.")) When you have finished reading a group GNUS can automatically create new score entries based on which articles you read and which you -skipped. This is normally controled by the two global variables +skipped. This is normally controlled by the two global variables `gnus-use-adaptive-scoring' and `gnus-default-adaptive-score-alist', The first determines whether adaptive scoring should be enabled or not, while the second determines what score entries should be created. You can overwrite the setting of `gnus-use-adaptive-scoring' by selecting `Enable' or `Disable' by pressing the `Adapt' button. -Selecting `Custom' will allow you to specify the exact adaption +Selecting `Custom' will allow you to specify the exact adaptation rules (overwriting `gnus-default-adaptive-score-alist').") (type . choice) (data ((tag . "Default") |