diff options
Diffstat (limited to 'lisp/mail/rfc822.el')
-rw-r--r-- | lisp/mail/rfc822.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index dc12f009778..a53a77e47ee 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -1,6 +1,6 @@ -;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike +;;; rfc822.el --- hairy RFC 822 (or later) parser for mail, news, etc. -;; Copyright (C) 1986-1987, 1990, 2001-2018 Free Software Foundation, +;; Copyright (C) 1986-1987, 1990, 2001-2019 Free Software Foundation, ;; Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> @@ -24,8 +24,8 @@ ;;; Commentary: -;; Support functions for parsing RFC-822 headers, used by mail and news -;; modes. +;; Support functions for parsing headers used by mail and news modes. +;; The header format is specified by Internet RFC 822 and its successors. ;;; Code: |