changeset 81176:136bac4ec77f

(gnus-summary-highlight): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 06 Jun 2007 15:39:11 +0000
parents b935bcafd05c
children 14c802093df8
files lisp/gnus/gnus-sum.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.