diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-02-16 11:20:09 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-02-16 12:00:02 -0800 |
commit | b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b (patch) | |
tree | ae840d13fbb281fcef0b0ac35646b10710c06d86 /lisp/ps-samp.el | |
parent | 57ece2a0521e3167254f3b97fbfa7dc51aa9fea5 (diff) | |
download | emacs-b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b.tar.gz |
Update citations of Internet RFCs
For example, RFC 822 has been obsoleted by RFC 2822, which in
turn has been obsoleted by RFC 5322.
* doc/emacs/ack.texi, doc/lispref/os.texi:
* doc/misc/emacs-mime.texi, doc/misc/gnus-coding.texi:
* doc/misc/gnus.texi, doc/misc/sc.texi:
* lisp/calendar/parse-time.el, lisp/gnus/gnus-cite.el:
* lisp/gnus/gnus-util.el, lisp/gnus/message.el:
* lisp/gnus/mm-bodies.el, lisp/gnus/nnrss.el:
* lisp/mail/feedmail.el, lisp/mail/ietf-drums.el:
* lisp/mail/mail-extr.el, lisp/mail/mail-utils.el:
* lisp/mail/mailclient.el, lisp/mail/mailheader.el:
* lisp/mail/rfc2047.el, lisp/mail/rfc822.el, lisp/mail/rmail.el:
* lisp/mail/sendmail.el, lisp/mail/smtpmail.el:
* lisp/mail/supercite.el, lisp/mh-e/mh-e.el:
* lisp/mh-e/mh-utils.el, lisp/net/imap.el:
* lisp/net/newst-backend.el, lisp/org/org-id.el:
* lisp/ps-samp.el, lisp/simple.el, lisp/url/url-util.el:
Update RFC citations.
Diffstat (limited to 'lisp/ps-samp.el')
-rw-r--r-- | lisp/ps-samp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 1888f1a8192..cccf035834f 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -76,8 +76,8 @@ (concat "Subject: " (or (mail-fetch-field "Subject") "???"))))) ;; Look in an article or mail message for the From: line. Sorta-kinda -;; understands RFC-822 addresses and can pull the real name out where -;; it's provided. +;; understands RFC 822 (or later) addresses and can pull the real name +;; out where it's provided. (defun ps-article-author () (save-excursion (save-restriction |