diff options
| -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.")) | |||
| 268 | 268 | ||
| 269 | When you have finished reading a group GNUS can automatically create | 269 | When you have finished reading a group GNUS can automatically create |
| 270 | new score entries based on which articles you read and which you | 270 | new score entries based on which articles you read and which you |
| 271 | skipped. This is normally controled by the two global variables | 271 | skipped. This is normally controlled by the two global variables |
| 272 | `gnus-use-adaptive-scoring' and `gnus-default-adaptive-score-alist', | 272 | `gnus-use-adaptive-scoring' and `gnus-default-adaptive-score-alist', |
| 273 | The first determines whether adaptive scoring should be enabled or | 273 | The first determines whether adaptive scoring should be enabled or |
| 274 | not, while the second determines what score entries should be created. | 274 | not, while the second determines what score entries should be created. |
| 275 | 275 | ||
| 276 | You can overwrite the setting of `gnus-use-adaptive-scoring' by | 276 | You can overwrite the setting of `gnus-use-adaptive-scoring' by |
| 277 | selecting `Enable' or `Disable' by pressing the `Adapt' button. | 277 | selecting `Enable' or `Disable' by pressing the `Adapt' button. |
| 278 | Selecting `Custom' will allow you to specify the exact adaption | 278 | Selecting `Custom' will allow you to specify the exact adaptation |
| 279 | rules (overwriting `gnus-default-adaptive-score-alist').") | 279 | rules (overwriting `gnus-default-adaptive-score-alist').") |
| 280 | (type . choice) | 280 | (type . choice) |
| 281 | (data ((tag . "Default") | 281 | (data ((tag . "Default") |