diff options
author | Jim Blandy <jimb@redhat.com> | 1991-04-02 22:13:25 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-04-02 22:13:25 +0000 |
commit | d1682c8933fecbba8f3d664e931d5d47cdd0904f (patch) | |
tree | 14678f1e999a1ca14c06f88e53cea48b3d8a56f7 /lisp/mail/mailpost.el | |
parent | 968464225882fe0d440b01aa6ae9e128839617a7 (diff) | |
download | emacs-d1682c8933fecbba8f3d664e931d5d47cdd0904f.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mail/mailpost.el')
-rw-r--r-- | lisp/mail/mailpost.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el index 0a7c4e0a1d1..326d5092575 100644 --- a/lisp/mail/mailpost.el +++ b/lisp/mail/mailpost.el @@ -13,9 +13,9 @@ ;; (setq send-mail-function 'post-mail-send-it) (defun post-mail-send-it () - "\ -the MH -post interface for rmail-mail to call. -to use it, include (setq send-mail-function 'post-mail-send-it) in site-init." + "The MH -post interface for `rmail-mail' to call. +To use it, include \"(setq send-mail-function 'post-mail-send-it)\" in +site-init." (let ((errbuf (if mail-interactive (generate-new-buffer " post-mail errors") 0)) |