comparison 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
comparison
equal deleted inserted replaced
77937:8ea1a00db779 77938:ad70831ec002
971 . gnus-summary-low-read) 971 . gnus-summary-low-read)
972 (t 972 (t
973 . gnus-summary-normal-read)) 973 . gnus-summary-normal-read))
974 "*Controls the highlighting of summary buffer lines. 974 "*Controls the highlighting of summary buffer lines.
975 975
976 A list of (FORM . FACE) pairs. When deciding how a a particular 976 A list of (FORM . FACE) pairs. When deciding how a particular
977 summary line should be displayed, each form is evaluated. The content 977 summary line should be displayed, each form is evaluated. The content
978 of the face field after the first true form is used. You can change 978 of the face field after the first true form is used. You can change
979 how those summary lines are displayed, by editing the face field. 979 how those summary lines are displayed, by editing the face field.
980 980
981 You can use the following variables in the FORM field. 981 You can use the following variables in the FORM field.
982 982
983 score: The article's score 983 score: The article's score.
984 default: The default article score. 984 default: The default article score.
985 default-high: The default score for high scored articles. 985 default-high: The default score for high scored articles.
986 default-low: The default score for low scored articles. 986 default-low: The default score for low scored articles.
987 below: The score below which articles are automatically marked as read. 987 below: The score below which articles are automatically marked as read.
988 mark: The article's mark. 988 mark: The article's mark.