+2001-09-26 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
+
+ * gnus-cus.el (gnus-group-parameters): Display as sexp.
+
2001-09-22 Simon Josefsson <jas@extundo.com>
* nnml.el (nnml-open-marks): Remove unpropagatable marks.
(display (choice :tag "Display"
:value default
(const all)
- (const default)) "\
+ (const default)
+ (sexp :tag "Other")) "\
Which articles to display on entering the group.
`all'
`default'
Display the default visible articles, which normally includes
- unread and ticked articles.")
+ unread and ticked articles.
+
+`Other'
+ Display the articles that satisfy the S-expression. The S-expression
+ should be in an array form.")
(comment (string :tag "Comment") "\
An arbitrary comment on the group.")