diff options
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a0f27c14d0a..19addce426f 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -885,7 +885,7 @@ However, if `mail-yank-prefix' is non-nil, insert that prefix on each line." | |||
| 885 | 885 | ||
| 886 | (defun mail-yank-original (arg) | 886 | (defun mail-yank-original (arg) |
| 887 | "Insert the message being replied to, if any (in rmail). | 887 | "Insert the message being replied to, if any (in rmail). |
| 888 | Puts point before the text and mark after. | 888 | Puts point after the text and mark before. |
| 889 | Normally, indents each nonblank line ARG spaces (default 3). | 889 | Normally, indents each nonblank line ARG spaces (default 3). |
| 890 | However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. | 890 | However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. |
| 891 | 891 | ||