Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/gnus/gnus-score.el
- Timestamp:
- 2005年11月26日 08時33分26秒 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/gnus/gnus-score.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/gnus/gnus-score.el
r3939 r3988 143 143 144 144 (defcustom gnus-update-score-entry-dates t 145 "*I nnon-nil, update matching score entry dates.145 "*If non-nil, update matching score entry dates. 146 146 If this variable is nil, then score entries that provide matches 147 147 will be expired along with non-matching score entries." … … 176 176 177 177 * A string 178 This file filewill be used as the home score file.178 This file will be used as the home score file. 179 179 180 180 * A function … … 187 187 188 188 * `(regexp file-name ...)' 189 If the `regexp' matches the group name, the first `file-name' will189 If the `regexp' matches the group name, the first `file-name' 190 190 will be used as the home score file. (Multiple filenames are 191 191 allowed so that one may use gnus-score-file-single-match-alist to
