diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-02-07 23:05:56 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-02-07 23:05:56 +0000 |
commit | e4f794ed3af1fbadf21d79b9cb60a035993658fc (patch) | |
tree | 3e050ff51017834cda96e259f6bf01d65b4e186c /lisp | |
parent | d5bfe0767bb16de433437b68529af1f312d2be70 (diff) | |
download | emacs-e4f794ed3af1fbadf21d79b9cb60a035993658fc.tar.gz |
(mail-signature): Doc mod.
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 |