Note `gnus-parameters' precedence.
authorLars Magne Ingebrigtsen <larsi@stories.(none)>
Wed, 4 Jan 2012 20:03:28 +0000 (21:03 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Wed, 4 Jan 2012 20:03:28 +0000 (21:03 +0100)
lisp/ChangeLog
lisp/gnus.el
texi/ChangeLog
texi/gnus.texi

index 8c3c755..2168503 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-parameters): Note precedence.
+
 2012-01-04  Leo  <sdl.web@gmail.com>
 
        * nndraft.el (nndraft-update-unread-articles): Don't move point around
index a29bec2..ad18c87 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus.el --- a newsreader for GNU Emacs
 
-;; Copyright (C) 1987-1990, 1993-1998, 2000-2011
+;; Copyright (C) 1987-1990, 1993-1998, 2000-2012
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
@@ -1145,7 +1145,9 @@ For example:
                  (display . all))
      (\"mail\\\\.me\" (gnus-use-scoring  t))
      (\"list\\\\..*\" (total-expire . t)
-                 (broken-reply-to . t)))"
+                 (broken-reply-to . t)))
+
+The first clause that matches the group name will be used."
   :version "22.1"
   :group 'gnus-group-various
   :type '(repeat (cons regexp
index a8a24ff..14eb4cc 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Group Parameters): Note precedence.
+
 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * gnus.texi (Filtering New Groups, Score File Format): Spelling fix.
index 7311864..f0ce55a 100644 (file)
@@ -3187,8 +3187,10 @@ For example:
          (broken-reply-to . t))))
 @end lisp
 
-String value of parameters will be subjected to regexp substitution, as
-the @code{to-group} example shows.
+The first clause that matches the group name will be used.
+
+Parameters that are strings will be subjected to regexp substitution,
+as the @code{to-group} example shows.
 
 @vindex gnus-parameters-case-fold-search
 By default, whether comparing the group name and one of those regexps