diff options
| author | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-11-29 15:57:52 +0000 |
|---|---|---|
| committer | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-11-29 15:57:52 +0000 |
| commit | 8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch) | |
| tree | c76eec84c6539b499eb46592d74d58f3bc22c65f /lisp/gnus/gnus-msg.el | |
| parent | e70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff) | |
| download | emacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz | |
Typos.
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
| -rw-r--r-- | lisp/gnus/gnus-msg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 69ad2a6bd01..b35a6e47d9a 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -538,7 +538,7 @@ header line with the old Message-ID." (gnus-inews-yank-articles yank)))))) (defun gnus-msg-treat-broken-reply-to () - "Remove the Reply-to header iff broken-reply-to." + "Remove the Reply-to header if broken-reply-to." (when (gnus-group-find-parameter gnus-newsgroup-name 'broken-reply-to) (save-restriction |
