Update.
authorueno <ueno>
Tue, 20 Mar 2007 09:59:30 +0000 (09:59 +0000)
committerueno <ueno>
Tue, 20 Mar 2007 09:59:30 +0000 (09:59 +0000)
epa.texi

index 60bedc8..4b35f88 100644 (file)
--- a/epa.texi
+++ b/epa.texi
@@ -198,7 +198,7 @@ searches OpenPGP cleartext blocks in the region and applies
 not alter the original text around OpenPGP cleartext blocks.
 @end deffn
 
-@deffn Command epa-sign-region start end signers mode
+@deffn Command epa-sign-region start end signers type
 Sign the current region between @var{start} and @var{end}.  By
 default, it creates a cleartext signature.  If a prefix argument is
 given, it will ask you to select signing keys, and then a signature
@@ -214,7 +214,23 @@ and if you answered yes, it will ask you to select the signing keys.
 
 @node Cryptographic operations on files
 @section Cryptographic operations on files
-(not yet written.)
+
+@deffn Command epa-decrypt-file file
+Decrypt @var{file}.
+@end deffn
+
+@deffn Command epa-verify-file file
+Verify @var{file}.
+@end deffn
+
+@deffn Command epa-sign-file file signers type
+Sign @var{file}.  If a prefix argument is given, it will ask you to
+select signing keys, and then a signature type.
+@end deffn
+
+@deffn Command epa-encrypt-file file recipients
+Encrypt @var{file}.  It will ask you to select recipient keys.
+@end deffn
 
 @node Dired integration
 @section Dired integration