diff options
author | Richard M. Stallman <rms@gnu.org> | 2013-01-13 14:48:04 -0500 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2013-01-13 14:48:04 -0500 |
commit | 9f7e86ef2881feee4eb84b94e66c3fe764db1850 (patch) | |
tree | c5bd0ef8798f4d4fa6f46c4208a4a6fb50865214 /lisp/mail | |
parent | 4c0a6d4abd953b38a3716fbdfd59d7449744e907 (diff) | |
download | emacs-9f7e86ef2881feee4eb84b94e66c3fe764db1850.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/sendmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e86229a5cfb..e1dee3295f2 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1493,6 +1493,9 @@ just append to the file, in Babyl format if necessary." (insert "\nMail-Followup-To: ")))) (defun mail-position-on-field (field &optional soft) + "Move to the start of the contents of header field FIELD. +If there is none, insert one, unless SOFT is non-nil. +If there are multiple FIELD fields, this goes to the first." (let (end (case-fold-search t)) (setq end (mail-header-end)) |