]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-retry-failure, mail-unsent-separator): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Aug 1994 22:50:56 +0000 (22:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Aug 1994 22:50:56 +0000 (22:50 +0000)
lisp/mail/rmail.el

index ec86f4682ed0feb230a477e747a99ba02ab9e81f..c0c823a7c2b86c95e318916ad2c900ceadce9598 100644 (file)
@@ -2090,12 +2090,15 @@ typically for purposes of moderating a list."
          "^ *---+ +Original message +---+ *$\\|"
          "^ *--+ +begin message +--+ *$\\|"
          "^ *---+ +Original message follows +---+ *$\\|"
-         "^|? *---+ +Message text follows: +---+ *|?$"))
+         "^|? *---+ +Message text follows: +---+ *|?$")
+  "A regexp that matches the separator before the text of a failed message.")
 
 (defun rmail-retry-failure ()
   "Edit a mail message which is based on the contents of the current message.
 For a message rejected by the mail system, extract the interesting headers and
-the body of the original message."
+the body of the original message.
+The variable `mail-unsent-separator' should match the string that
+delimits the returned original message."
   (interactive)
   (require 'mail-utils)
   (let (to subj irp2 cc orig-message)