Fix RFC URL.

This commit is contained in:
sperber 2002-08-26 14:48:43 +00:00
parent 2c5791a133
commit 5efcb2923e
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@
;;; -- the document that essentially tells how the fields in email headers
;;; (e.g., the Subject: and To: fields) are formatted. This code is for
;;; parsing these headers. Here are two pointers to the document:
;;; Emacs/ange /ftp@ftp.internic.net:/rfc/rfc822.txt
;;; URL ftp://ftp.internic.net/rfc/rfc822.txt
;;; URL http://www.ietf.org/rfc/rfc0822.txt
;;; RFC 822 parsing is useful in other contexts as well -- the HTTP protocol
;;; uses it, and it tends to pop up here and there.
;;;