summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-12-18 12:54:50 +0000
committerDave Love <fx@gnu.org>2000-12-18 12:54:50 +0000
commitd49a49759dd3ce221a7cf75640f4b4776f8425fe (patch)
treed449e8aad25b0d524dfd08bad7bcbe27b455023a /lisp
parent5978125e6aa9491f41acfdbd243366494b475847 (diff)
downloademacs-d49a49759dd3ce221a7cf75640f4b4776f8425fe.tar.gz
Add some commentary.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/rfc2045.el3
-rw-r--r--lisp/gnus/rfc2047.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/rfc2045.el b/lisp/gnus/rfc2045.el
index 8a2af6bb84a..70c8c391e3a 100644
--- a/lisp/gnus/rfc2045.el
+++ b/lisp/gnus/rfc2045.el
@@ -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 --git a/lisp/gnus/rfc2047.el b/lisp/gnus/rfc2047.el
index e6b7407a9de..1f9ae1d2ce0 100644
--- a/lisp/gnus/rfc2047.el
+++ b/lisp/gnus/rfc2047.el
@@ -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))