summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rfc822.el5
-rw-r--r--lisp/mail/sendmail.el5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index f23f3029a17..373b0a85a2c 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -22,6 +22,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Commentary:
+
+;; Support functions for parsing RFC-822 headers, used by mail and news
+;; modes.
+
;;; Code:
;; uses address-start free, throws to address
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index f0de0525ce5..0d2cb929f81 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -21,6 +21,11 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Commentary:
+
+;; This mode provides mail-sending facilities from within Emacs. It is
+;; documented in the Emacs user's manual.
+
;;; Code:
;;;###autoload