diff options
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 806d8793652..b03c3e71919 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -661,7 +661,7 @@ This is meant for people who want to view first matched part. | |||
| 661 | For `undisplayed-alternative' (default), the first undisplayed | 661 | For `undisplayed-alternative' (default), the first undisplayed |
| 662 | part or alternative part is used. For `undisplayed', the first | 662 | part or alternative part is used. For `undisplayed', the first |
| 663 | undisplayed part is used. For a function, the first part which | 663 | undisplayed part is used. For a function, the first part which |
| 664 | the function return `t' is used. For `nil', the first part is | 664 | the function return t is used. For nil, the first part is |
| 665 | used." | 665 | used." |
| 666 | :version "21.1" | 666 | :version "21.1" |
| 667 | :group 'gnus-article-mime | 667 | :group 'gnus-article-mime |