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
@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