comparison lisp/mail/sendmail.el @ 14373:0d9970f055dd

(mail-yank-original): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 23:52:59 +0000
parents 8d779463ec36
children 8013f6a7080d
comparison
equal deleted inserted replaced
14372:81c67c7d1655 14373:0d9970f055dd
883 (insert mail-yank-prefix) 883 (insert mail-yank-prefix)
884 (forward-line 1)))))) 884 (forward-line 1))))))
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
892 Just \\[universal-argument] as argument means don't indent, insert no prefix, 892 Just \\[universal-argument] as argument means don't indent, insert no prefix,
893 and don't delete any header fields." 893 and don't delete any header fields."