Mercurial > emacs
comparison lisp/mail/rmailsum.el @ 24837:e8e1a22961da
(rmail-summary-output-to-rmail-file): Fix typo.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 13 Jun 1999 02:33:49 +0000 |
parents | 9cdc05332687 |
children | 0e79d47f61d6 |
comparison
equal
deleted
inserted
replaced
24836:211f009cf721 | 24837:e8e1a22961da |
---|---|
1454 (set-buffer rmail-buffer))) | 1454 (set-buffer rmail-buffer))) |
1455 (call-interactively 'rmail-resend))) | 1455 (call-interactively '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. |
1461 If the file does not exist, ask if it should be created. | 1461 If the file does not exist, ask if it should be created. |
1462 If file is being visited, the message is appended to the Emacs | 1462 If file is being visited, the message is appended to the Emacs |
1463 buffer visiting that file. | 1463 buffer visiting that file. |
1464 | 1464 |