diff options
author | Daiki Ueno <ueno@unixuser.org> | 2009-09-20 02:16:52 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2009-09-20 02:16:52 +0000 |
commit | bc9743f71415f1d5d37bcb32243d8e3ddc0e1dbd (patch) | |
tree | 7d7c46f5492a51c4029ab23c680c5a49b22dbec4 /lisp/epa-file.el | |
parent | 95a46f4ed90a062a030624e86a2c11629ed06e0e (diff) | |
download | emacs-bc9743f71415f1d5d37bcb32243d8e3ddc0e1dbd.tar.gz |
Fix the last commit.
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r-- | lisp/epa-file.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index d0df8c9ff38..c9e59dd97a0 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -28,8 +28,9 @@ "If non-nil, cache passphrase for symmetric encryption. For security reasons, this option is turned off by default and -not recommended to use. Use public-key encryption with gpg-agent -instead, which does the same job in a safer way." +not recommended to use. Instead, consider using public-key +encryption with gpg-agent which does the same job in a safer +way." :type 'boolean :group 'epa-file) |