aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el2
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).
888Puts point before the text and mark after. 888Puts point after the text and mark before.
889Normally, indents each nonblank line ARG spaces (default 3). 889Normally, indents each nonblank line ARG spaces (default 3).
890However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. 890However, if `mail-yank-prefix' is non-nil, insert that prefix on each line.
891 891