(gnus-group-parameters, banner): Type is regexp.
authorSimon Josefsson <jas@extundo.com>
Thu, 13 Jul 2000 20:23:27 +0000 (20:23 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 13 Jul 2000 20:23:27 +0000 (20:23 +0000)
lisp/ChangeLog
lisp/gnus-cus.el

index a0b5bec..939f230 100644 (file)
@@ -1,5 +1,7 @@
 2000-07-15  Simon Josefsson  <simon@josefsson.org>
 
+       * gnus-cus.el (gnus-group-parameters, banner): Type is regexp.
+
        * imap.el (imap): 
        (imap-kerberos4-program): 
        (imap-gssapi-program): 
index 95a9c87..442ca05 100644 (file)
@@ -155,9 +155,9 @@ rules as described later).")
 
     (banner (choice :tag "Banner"
                    (const signature)
-                   string
+                   regexp
                    (const :tag "None" nil)) "\
-Banner to be removed from articles.")
+Regular expression matching banners to be removed from articles.")
 
     (auto-expire (const :tag "Automatic Expire" t) "\
 All articles that are read will be marked as expirable.")