diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 9aaca162cff..ed223976507 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -643,7 +643,8 @@ the user from the mailer." (search-forward (concat "\n" mail-header-separator "\n"))) (defun mail-signature (atpoint) - "Sign letter with contents of `mail-signature-file'." + "Sign letter with contents of `mail-signature-file'. +Prefix arg means put contents at point." (interactive "P") (save-excursion (or atpoint |