diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-25 23:52:59 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-25 23:52:59 +0000 |
commit | 0cd57c8bc8b6ed619a5d96aff3c1d1683578db4a (patch) | |
tree | c1e5381fd07e13ff50255ef8cfcea6a7152e64f6 /lisp/mail | |
parent | 8771866d457018ec5ee76e0a368595f0a424b6a7 (diff) | |
download | emacs-0cd57c8bc8b6ed619a5d96aff3c1d1683578db4a.tar.gz |
(mail-yank-original): Doc fix.
Diffstat (limited to 'lisp/mail')
-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." (defun mail-yank-original (arg) "Insert the message being replied to, if any (in rmail). -Puts point before the text and mark after. +Puts point after the text and mark before. Normally, indents each nonblank line ARG spaces (default 3). However, if `mail-yank-prefix' is non-nil, insert that prefix on each line. |