diff options
| author | Roy Hashimoto | 2013-06-10 05:17:51 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-06-10 05:17:51 +0000 |
| commit | d058863a12904191b8f6472e80b05bb9adf16345 (patch) | |
| tree | 6fa1531cc3fc7d7beee107e49a9ffebc62b82ec1 /doc | |
| parent | 17dd30979f06dc191061b657f8755ebe0f9bde5c (diff) | |
| download | emacs-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.texi | 5 |
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 |
| 244 | Decrypt @var{file}. If you do not specify the name @var{output} to | 244 | Decrypt @var{file}. |
| 245 | use 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 |