]> git.eshelyaron.com Git - emacs.git/commitdiff
Document prefix arg effects for 'epa-mail-{sign,encrypt}'
authorRobert Pluim <rpluim@gmail.com>
Mon, 20 Jul 2020 12:47:43 +0000 (14:47 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 20 Jul 2020 12:47:43 +0000 (14:47 +0200)
* doc/misc/epa.texi (Mail-mode integration): Describe effect of
prefix arg to 'epa-mail-encrypt' and 'epa-mail-sign'.

* lisp/epa-mail.el (epa-mail-sign): Describe effect of prefix arg.

doc/misc/epa.texi
lisp/epa-mail.el

index 49b6b53c0c40cb3000fa30edcf07a32a0e4176cc..fa1833a3da660039812588ef1c7ca04e24f77db9 100644 (file)
@@ -337,7 +337,8 @@ Verify OpenPGP cleartext signed messages in the current buffer.
 @kindex C-c C-e C-s
 @kindex C-c C-e s
 @findex epa-mail-sign
-Compose a signed message from the current buffer.
+Compose a signed message from the current buffer, using your default
+key.  With a prefix argument, select the key to use interactively.
 
 @item C-c C-e C-e and C-c C-e e
 @kindex C-c C-e C-e
@@ -352,6 +353,8 @@ key in the recipient list, use @samp{encrypt-to} option in
 addresses using the @code{epa-mail-aliases} list.  You can also
 use that option to ignore specific recipients for encryption purposes.
 
+With prefix argument, asks you to select the recipients interactively,
+whether to sign, and which key(s) to sign with.
 @end table
 
 @node Encrypting/decrypting gpg files,  , Mail-mode integration, Commands
index 00f560af0b75dbfa76a2d5e480ee7aaf6d6b1108..63475256ca88e5768dd540c6871c0579d266941d 100644 (file)
@@ -85,7 +85,10 @@ The buffer is expected to contain a mail message."
 ;;;###autoload
 (defun epa-mail-sign (start end signers mode)
   "Sign the current buffer.
-The buffer is expected to contain a mail message."
+The buffer is expected to contain a mail message, and signing is
+performed with your default key.
+With prefix argument, asks you to select interactively the key to
+use from your key ring."
   (declare (interactive-only t))
   (interactive
    (save-excursion