]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/sendmail.el (mail-position-on-field): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 27 May 2015 06:29:51 +0000 (23:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 27 May 2015 06:29:51 +0000 (23:29 -0700)
lisp/mail/sendmail.el

index ddd8697dcd60384b8898eac2ef37a9a72fa55713..2b9d8facae36945bf01b273d9676988177112717 100644 (file)
@@ -1500,9 +1500,10 @@ 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."
+  "Move to the end of the contents of header field FIELD.
+If there is no such header, insert one, unless SOFT is non-nil.
+If there are multiple FIELD fields, this goes to the first.
+Returns non-nil if FIELD was originally present."
   (let (end
        (case-fold-search t))
     (setq end (mail-header-end))