diff options
author | Glenn Morris <rgm@gnu.org> | 2017-10-28 17:10:25 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-10-28 17:10:25 -0700 |
commit | 5b5984179122eca63a2e778e1a36c0c2bb24ad88 (patch) | |
tree | a3ebaa51f7c48e76fd4b1330fd2b792631ce53f6 /lisp/gnus/message.el | |
parent | 82a16c547bc32fda6073c97b6c8989b473f0315b (diff) | |
download | emacs-5b5984179122eca63a2e778e1a36c0c2bb24ad88.tar.gz |
Fix doc typos
* lisp/simple.el (line-move-ignore-invisible):
* lisp/sort.el (sort-regexp-fields):
* lisp/cedet/ede.el (project-add-file):
* lisp/gnus/message.el (message-bogus-recipient-p):
* lisp/international/mule.el (define-coding-system):
* lisp/progmodes/ebrowse.el (ebrowse-member-buffer-object-menu):
* lisp/progmodes/xscheme.el (xscheme-allow-output-p)
(scheme-interaction-mode, scheme-debugger-mode)
(xscheme-yank-pop, xscheme-yank-push): Doc fixes.
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 38aea31840f..690311e36a5 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4346,7 +4346,7 @@ conformance." RECIPIENTS is a mail header. Return a list of potentially bogus addresses. If none is found, return nil. -An address might be bogus if if there's a matching entry in +An address might be bogus if there's a matching entry in `message-bogus-addresses'." ;; FIXME: How about "foo@subdomain", when the MTA adds ".domain.tld"? (let (found) |