diff options
Diffstat (limited to 'lisp/mail/rfc822.el')
-rw-r--r-- | lisp/mail/rfc822.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 594416f12d7..a53a77e47ee 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -1,4 +1,4 @@ -;;; 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-2019 Free Software Foundation, ;; Inc. @@ -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: |