2001-09-26 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 26 Sep 2001 11:53:51 +0000 (11:53 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 26 Sep 2001 11:53:51 +0000 (11:53 +0000)
* gnus-cus.el (gnus-group-parameters): Display as sexp.

lisp/ChangeLog
lisp/gnus-cus.el

index 3b9574f..6615efb 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d32f65f..e0e6088 100644 (file)
@@ -178,7 +178,8 @@ you to put the admin address somewhere convenient.")
     (display (choice :tag "Display"
                     :value default
                     (const all)
-                    (const default)) "\
+                    (const default)
+                    (sexp  :tag "Other")) "\
 Which articles to display on entering the group.
 
 `all'
@@ -186,7 +187,11 @@ Which articles to display on entering the group.
 
 `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.")