aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorChristopher Zaborsky1992-11-03 19:47:32 +0000
committerChristopher Zaborsky1992-11-03 19:47:32 +0000
commit33b4a308e6b4b9825b7010dc6fa205a74a23f1e4 (patch)
tree5f5c26ff99d3624e196920ffc64ca3cb79dfa106 /lisp/mail
parent2de735de75f96dd7f00205f9b9f2e76cce4d8101 (diff)
downloademacs-33b4a308e6b4b9825b7010dc6fa205a74a23f1e4.tar.gz
emacs-33b4a308e6b4b9825b7010dc6fa205a74a23f1e4.zip
Dox fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/sendmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index e589913b9bd..a99cdb4c898 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -42,7 +42,7 @@ Delete these headers from old message when it's inserted in a reply.")
42;;;###autoload 42;;;###autoload
43(defconst send-mail-function 'sendmail-send-it "\ 43(defconst send-mail-function 'sendmail-send-it "\
44Function to call to send the current buffer as mail. 44Function to call to send the current buffer as mail.
45The headers are be delimited by a line which is mail-header-separator.") 45The headers are be delimited by a line which is `mail-header-separator'.")
46 46
47;;;###autoload 47;;;###autoload
48(defvar mail-header-separator "--text follows this line--" "\ 48(defvar mail-header-separator "--text follows this line--" "\
@@ -211,7 +211,7 @@ C-c C-v mail-sent-via (add a sent-via field for each To or CC)."
211 (define-key mail-mode-map "\C-c\C-s" 'mail-send)) 211 (define-key mail-mode-map "\C-c\C-s" 'mail-send))
212 212
213(defun mail-send-and-exit (arg) 213(defun mail-send-and-exit (arg)
214 "Send message like mail-send, then, if no errors, exit from mail buffer. 214 "Send message like `mail-send', then, if no errors, exit from mail buffer.
215Prefix arg means don't delete this window." 215Prefix arg means don't delete this window."
216 (interactive "P") 216 (interactive "P")
217 (mail-send) 217 (mail-send)
@@ -518,7 +518,7 @@ the user from the mailer."
518 (search-forward (concat "\n" mail-header-separator "\n"))) 518 (search-forward (concat "\n" mail-header-separator "\n")))
519 519
520(defun mail-signature (atpoint) 520(defun mail-signature (atpoint)
521 "Sign letter with contents of mail-signature-file." 521 "Sign letter with contents of `mail-signature-file'."
522 (interactive "P") 522 (interactive "P")
523 (save-excursion 523 (save-excursion
524 (or atpoint 524 (or atpoint