emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111511: Doc fix.


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111511: Doc fix.
Date: Sun, 13 Jan 2013 14:48:04 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111511
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-13 14:48:04 -0500
message:
  Doc fix.
modified:
  lisp/ChangeLog
  lisp/mail/sendmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-13 19:46:27 +0000
+++ b/lisp/ChangeLog    2013-01-13 19:48:04 +0000
@@ -1,5 +1,7 @@
 2013-01-13  Richard Stallman  <address@hidden>
 
+       * mail/sendmail.el (mail-position-on-field): Add doc string.
+
        * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Get
        current message boundaries and pass them to
        message-forward-make-body-mime.  Minor style changes.

=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2013-01-01 09:11:05 +0000
+++ b/lisp/mail/sendmail.el     2013-01-13 19:48:04 +0000
@@ -1493,6 +1493,9 @@
            (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]