aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno2009-09-20 02:16:52 +0000
committerDaiki Ueno2009-09-20 02:16:52 +0000
commit0d19d15134fa642d5769cd7b773afd53515b7063 (patch)
tree338c43edf2a47e09a17b7147a6a951b9bc16d2e3
parentb0f5fd2efd16db546742118a8e61aa06a140a4ea (diff)
downloademacs-0d19d15134fa642d5769cd7b773afd53515b7063.tar.gz
emacs-0d19d15134fa642d5769cd7b773afd53515b7063.zip
Fix the last commit.
-rw-r--r--lisp/epa-file.el5
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 @@
28 "If non-nil, cache passphrase for symmetric encryption. 28 "If non-nil, cache passphrase for symmetric encryption.
29 29
30For security reasons, this option is turned off by default and 30For security reasons, this option is turned off by default and
31not recommended to use. Use public-key encryption with gpg-agent 31not recommended to use. Instead, consider using public-key
32instead, which does the same job in a safer way." 32encryption with gpg-agent which does the same job in a safer
33way."
33 :type 'boolean 34 :type 'boolean
34 :group 'epa-file) 35 :group 'epa-file)
35 36