aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-13 02:33:49 +0000
committerKarl Heuer1999-06-13 02:33:49 +0000
commit48afa9cd7be7a827f2034cf95f783c6bf21c1f64 (patch)
tree2d507a47a0cc98701131e1e2ef5ac7ba7a922cfe
parentf39d5ac75a33e3e6ea1cfa7588de33c6ea9b2cb9 (diff)
downloademacs-48afa9cd7be7a827f2034cf95f783c6bf21c1f64.tar.gz
emacs-48afa9cd7be7a827f2034cf95f783c6bf21c1f64.zip
(rmail-summary-output-to-rmail-file): Fix typo.
-rw-r--r--lisp/mail/rmailsum.el2
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'."
1456 1456
1457;; Summary output commands. 1457;; Summary output commands.
1458 1458
1459(defun rmail-summary-output-to-rmail-file (&optional file-name &optional n) 1459(defun rmail-summary-output-to-rmail-file (&optional file-name n)
1460 "Append the current message to an Rmail file named FILE-NAME. 1460 "Append the current message to an Rmail file named FILE-NAME.
1461If the file does not exist, ask if it should be created. 1461If the file does not exist, ask if it should be created.
1462If file is being visited, the message is appended to the Emacs 1462If file is being visited, the message is appended to the Emacs