aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/epa.texi4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 0b9e780b7b5..1df1ac92bf0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12009-02-09 Daiki Ueno <ueno@unixuser.org>
2
3 * epa.texi (Mail-mode integration): Mention the way to do
4 "encrypt-to-self". (Bug#1807)
5
12009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change) 62009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change)
2 7
3 * ada-mode.texi (No project files): Fix typo. (Bug#2214) 8 * ada-mode.texi (No project files): Fix typo. (Bug#2214)
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 2008a530642..bedd370dae3 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -338,6 +338,10 @@ Compose a signed message from the current buffer.
338@kindex @kbd{C-c C-e e} 338@kindex @kbd{C-c C-e e}
339@findex epa-mail-encrypt 339@findex epa-mail-encrypt
340Compose an encrypted message from the current buffer. 340Compose an encrypted message from the current buffer.
341By default it tries to build the recipient list from @samp{to},
342@samp{cc}, and @samp{bcc} fields of the mail header. To include your
343key in the recipient list, use @samp{encrypt-to} option in
344@file{~/.gnupg/gpg.conf}.
341 345
342@end table 346@end table
343 347