diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:30:29 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-03 11:30:29 +0000 |
commit | cf5b4ddf766e310eed9e9e526ff751757c9541e2 (patch) | |
tree | 71ff48886240d8670141b83ff349130d666a9b62 | |
parent | 8445b9c2e708731c69f3752a90190ff823de9aef (diff) | |
download | emacs-cf5b4ddf766e310eed9e9e526ff751757c9541e2.tar.gz |
(gnus-summary-highlight): Fix typo.
-rw-r--r-- | lisp/gnus/gnus-sum.el | 8 |
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." . gnus-summary-normal-read-face)) "*Controls the highlighting of summary buffer lines. -A list of (FORM . FACE) pairs. When deciding how a 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. +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. |