]> git.eshelyaron.com Git - emacs.git/commitdiff
Add some commentary.
authorDave Love <fx@gnu.org>
Mon, 18 Dec 2000 12:54:50 +0000 (12:54 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Dec 2000 12:54:50 +0000 (12:54 +0000)
lisp/gnus/rfc2045.el
lisp/gnus/rfc2047.el

index 8a2af6bb84a3bf2d42ac6c6e58b3b988c69d0e5d..70c8c391e3a3f7cf65524ebcb625dbacb7d16236 100644 (file)
@@ -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:
 
index e6b7407a9de98687297ab517dda359f84f789ff6..1f9ae1d2ce0845a3880b84402637708efc91ab3b 100644 (file)
@@ -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))