aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoy Hashimoto2013-06-10 05:17:51 +0000
committerKatsumi Yamaoka2013-06-10 05:17:51 +0000
commitd058863a12904191b8f6472e80b05bb9adf16345 (patch)
tree6fa1531cc3fc7d7beee107e49a9ffebc62b82ec1 /doc
parent17dd30979f06dc191061b657f8755ebe0f9bde5c (diff)
downloademacs-d058863a12904191b8f6472e80b05bb9adf16345.tar.gz
emacs-d058863a12904191b8f6472e80b05bb9adf16345.zip
lisp/gnus/mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Correct PKCS7 regexps to match messages with 0x0a bytes
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/epa.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index adc63cc0bdb..e21851ef37a 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -240,9 +240,8 @@ you answered yes, it will let you select the signing keys.
240@node Cryptographic operations on files 240@node Cryptographic operations on files
241@section Cryptographic operations on files 241@section Cryptographic operations on files
242 242
243@deffn Command epa-decrypt-file file &optional output 243@deffn Command epa-decrypt-file file
244Decrypt @var{file}. If you do not specify the name @var{output} to 244Decrypt @var{file}.
245use for the decrypted file, this function prompts for the value to use.
246@end deffn 245@end deffn
247 246
248@deffn Command epa-verify-file file 247@deffn Command epa-verify-file file