diff lisp/gnus/gnus-sum.el @ 77938:ad70831ec002

(gnus-summary-highlight): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 06 Jun 2007 22:15:03 +0000
parents e3694f1cb928
children 1d4e3c3b371a e9f94688a064
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el	Wed Jun 06 22:10:42 2007 +0000
+++ b/lisp/gnus/gnus-sum.el	Wed Jun 06 22:15:03 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.