diff options
| -rw-r--r-- | message-templ.el | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/message-templ.el b/message-templ.el index ec06db6..eadc457 100644 --- a/message-templ.el +++ b/message-templ.el @@ -1,4 +1,4 @@ -;;; message-templ.el --- Template feature for message. +;;; message-templ.el --- Templates for message-mode.  ;; Copyright (C) 1998,1999,2000 Masahiro MURATA <muse@ba2.so-net.ne.jp>  ;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi <teranisi@gohome.org> @@ -30,7 +30,9 @@  ;;; Commentary: -;; Original codes are wl-template.el and wl-draft.el. +;; This package is a port of the Wanderlust template facility to +;; message-mode, the message composition mode used by e.g. Gnus, +;; notmuch-emacs, and mu4e.  ;;; Code: | 
