diff options
| author | Miles Bader | 2006-06-20 00:20:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-20 00:20:01 +0000 |
| commit | 5cfd0f2e4f1b1eac1c39718cff4232cd7212c474 (patch) | |
| tree | f8b20a555727ca3f02014c215a99034720c92948 /lisp | |
| parent | a5bd14d3ec65acac1e548830d76de810742d4fd6 (diff) | |
| download | emacs-5cfd0f2e4f1b1eac1c39718cff4232cd7212c474.tar.gz emacs-5cfd0f2e4f1b1eac1c39718cff4232cd7212c474.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 107)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-317
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1899fd9d845..60a7e6b1e8b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * message.el (message-syntax-checks): Doc fix. | ||
| 4 | |||
| 1 | 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * message.el (message-syntax-checks): Doc fix. | 7 | * message.el (message-syntax-checks): Doc fix. |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 91ac018f324..4ee87933967 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -194,7 +194,7 @@ Checks include `approved', `continuation-headers', `control-chars', | |||
| 194 | `empty', `existing-newsgroups', `from', `illegible-text', | 194 | `empty', `existing-newsgroups', `from', `illegible-text', |
| 195 | `invisible-text', `long-header-lines', `long-lines', `message-id', | 195 | `invisible-text', `long-header-lines', `long-lines', `message-id', |
| 196 | `multiple-headers', `new-text', `newsgroups', `quoting-style', | 196 | `multiple-headers', `new-text', `newsgroups', `quoting-style', |
| 197 | `repeated-newsgroups', `reply-to', `sendsys', `shoot', | 197 | `repeated-newsgroups', `reply-to', `sender', `sendsys', `shoot', |
| 198 | `shorten-followup-to', `signature', `size', `subject', `subject-cmsg' | 198 | `shorten-followup-to', `signature', `size', `subject', `subject-cmsg' |
| 199 | and `valid-newsgroups'." | 199 | and `valid-newsgroups'." |
| 200 | :group 'message-news | 200 | :group 'message-news |