diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-13 02:33:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-13 02:33:49 +0000 |
commit | 48afa9cd7be7a827f2034cf95f783c6bf21c1f64 (patch) | |
tree | 2d507a47a0cc98701131e1e2ef5ac7ba7a922cfe /lisp/mail/rmailsum.el | |
parent | f39d5ac75a33e3e6ea1cfa7588de33c6ea9b2cb9 (diff) | |
download | emacs-48afa9cd7be7a827f2034cf95f783c6bf21c1f64.tar.gz |
(rmail-summary-output-to-rmail-file): Fix typo.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |