summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Petton <nicolas@petton.fr>2020-07-28 23:04:11 +0200
committerNicolas Petton <nicolas@petton.fr>2020-07-28 23:04:11 +0200
commitd78e0f3cd55689ad1608aeb05b0de1dfb914a63a (patch)
tree0a0edb731e8c7f37feddd830a0977c8edfc03de4
parent27877e7bcfa37b2c97a3dde170f870d4729ff807 (diff)
downloademacs-d78e0f3cd55689ad1608aeb05b0de1dfb914a63a.tar.gz
; lisp/ldefs-boot.el: Update.
-rw-r--r--lisp/ldefs-boot.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index a8e1ed8f8d1..18935f80aa5 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -10544,7 +10544,10 @@ The buffer is expected to contain a mail message." t nil)
(autoload 'epa-mail-sign "epa-mail" "\
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.
\(fn START END SIGNERS MODE)" t nil)