# HG changeset patch # User Juanma Barranquero # Date 1181144351 0 # Node ID 136bac4ec77ff1123a7cfb36eb0f470a146d065f # Parent b935bcafd05c0105415c8e4e6dd48c28056ec987 (gnus-summary-highlight): Fix typo in docstring. diff -r b935bcafd05c -r 136bac4ec77f lisp/gnus/gnus-sum.el --- a/lisp/gnus/gnus-sum.el Wed Jun 06 15:32:35 2007 +0000 +++ b/lisp/gnus/gnus-sum.el Wed Jun 06 15:39:11 2007 +0000 @@ -973,14 +973,14 @@ . gnus-summary-normal-read)) "*Controls the highlighting of summary buffer lines. -A list of (FORM . FACE) pairs. When deciding how a a particular +A list of (FORM . FACE) pairs. When deciding how a particular summary line should be displayed, each form is evaluated. The content of the face field after the first true form is used. You can change how those summary lines are displayed, by editing the face field. You can use the following variables in the FORM field. -score: The article's score +score: The article's score. default: The default article score. default-high: The default score for high scored articles. default-low: The default score for low scored articles.