changeset 34674:79dde983f45b

Add some commentary.
author Dave Love <fx@gnu.org>
date Mon, 18 Dec 2000 12:54:50 +0000
parents 77cda2c018e5
children 354a5b33d058
files lisp/gnus/rfc2045.el lisp/gnus/rfc2047.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
 
--- 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))