From 48afa9cd7be7a827f2034cf95f783c6bf21c1f64 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 13 Jun 1999 02:33:49 +0000 Subject: [PATCH] (rmail-summary-output-to-rmail-file): Fix typo. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index f74d8c8477a..1e1d23f5351 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1456,7 +1456,7 @@ see the documentation of `rmail-resend'." ;; Summary output commands. -(defun rmail-summary-output-to-rmail-file (&optional file-name &optional n) +(defun rmail-summary-output-to-rmail-file (&optional file-name n) "Append the current message to an Rmail file named FILE-NAME. If the file does not exist, ask if it should be created. If file is being visited, the message is appended to the Emacs -- 2.39.5