diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 22:15:03 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 22:15:03 +0000 |
commit | 107cf8ecf03e1a401e18e68db32ed3b711c895cb (patch) | |
tree | 7a4c30394b6b0bd4cedf5eb2e7698cc36b275c84 /lisp/gnus | |
parent | 84ae33dfe95f62412902ceb7e90e72962a06de8b (diff) | |
download | emacs-107cf8ecf03e1a401e18e68db32ed3b711c895cb.tar.gz |
(gnus-summary-highlight): Fix typo in docstring.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-sum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 5653c8be746..b1b6c8b760b 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -973,14 +973,14 @@ automatically when it is selected." . 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. |