summaryrefslogtreecommitdiff
path: root/lisp/epa.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-02-05 20:05:43 -0800
committerGlenn Morris <rgm@gnu.org>2014-02-05 20:05:43 -0800
commit79b6e0a971a3c3f56092e0d33aac43fbd0e3eef1 (patch)
treedd73a7d61b01480e35ffb219c26829bc71f38757 /lisp/epa.el
parent36a672f6b030e89202210aa15013b34f545877dc (diff)
downloademacs-79b6e0a971a3c3f56092e0d33aac43fbd0e3eef1.tar.gz
Some doc for epa-mail-aliases
* doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases. * lisp/epa.el (epa-mail-aliases): Doc fix. * etc/NEWS: Related edit.
Diffstat (limited to 'lisp/epa.el')
-rw-r--r--lisp/epa.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/epa.el b/lisp/epa.el
index ec1c0387bee..be439ef241d 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -57,7 +57,9 @@ instead of encrypting it for ALIAS, encrypt it for EXPANSIONS...
If EXPANSIONS is empty, ignore ALIAS as regards encryption.
This is a handy way to avoid warnings about addresses that you don't
-have any key for."
+have any key for.
+
+The command `epa-mail-encrypt' uses this."
:type '(repeat (cons (string :tag "Alias") (repeat (string :tag "Expansion"))))
:group 'epa
:version "24.4")