# HG changeset patch # User Dave Love # Date 977144090 0 # Node ID 79dde983f45b8e72620d7bd6e3b3295f1e91c5e7 # Parent 77cda2c018e5467a66a42f66dd58c35874e79a02 Add some commentary. diff -r 77cda2c018e5 -r 79dde983f45b lisp/gnus/rfc2045.el --- a/lisp/gnus/rfc2045.el Mon Dec 18 12:54:00 2000 +0000 +++ b/lisp/gnus/rfc2045.el Mon Dec 18 12:54:50 2000 +0000 @@ -19,6 +19,9 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. + +;; RFC 2045 is: "Multipurpose Internet Mail Extensions (MIME) Part +;; One: Format of Internet Message Bodies". ;;; Commentary: diff -r 77cda2c018e5 -r 79dde983f45b lisp/gnus/rfc2047.el --- a/lisp/gnus/rfc2047.el Mon Dec 18 12:54:00 2000 +0000 +++ b/lisp/gnus/rfc2047.el Mon Dec 18 12:54:50 2000 +0000 @@ -22,6 +22,9 @@ ;;; Commentary: +;; RFC 2047 is "MIME (Multipurpose Internet Mail Extensions) Part +;; Three: Message Header Extensions for Non-ASCII Text". + ;;; Code: (eval-when-compile (require 'cl))