aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-sum.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index c47c03e528c..c577a59d808 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -788,10 +788,10 @@ automatically when it is selected."
788 . gnus-summary-normal-read-face)) 788 . gnus-summary-normal-read-face))
789 "*Controls the highlighting of summary buffer lines. 789 "*Controls the highlighting of summary buffer lines.
790 790
791A list of (FORM . FACE) pairs. When deciding how a a particular 791A list of (FORM . FACE) pairs. When deciding how a particular summary
792summary line should be displayed, each form is evaluated. The content 792line should be displayed, each form is evaluated. The content of the
793of the face field after the first true form is used. You can change 793face field after the first true form is used. You can change how those
794how those summary lines are displayed, by editing the face field. 794summary lines are displayed, by editing the face field.
795 795
796You can use the following variables in the FORM field. 796You can use the following variables in the FORM field.
797 797