From e4f794ed3af1fbadf21d79b9cb60a035993658fc Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 7 Feb 1994 23:05:56 +0000 Subject: [PATCH] (mail-signature): Doc mod. --- lisp/mail/sendmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5