From d9e0252862cf9801b4443a8b6166d414688b0a5f Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 23 Mar 2007 06:38:56 +0000 Subject: [PATCH] Fixed doc. --- epa-file.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epa-file.el b/epa-file.el index 46b9bfc..599e59b 100644 --- a/epa-file.el +++ b/epa-file.el @@ -35,12 +35,12 @@ :group 'epa-file) (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil - "If t, cache passphrase for symmetric encryption." + "If non-nil, cache passphrase for symmetric encryption." :type 'boolean :group 'epa-file) (defcustom epa-file-inhibit-auto-save t - "If t, disable auto-saving when opening an encrypted file." + "If non-nil, disable auto-saving when opening an encrypted file." :type 'boolean :group 'epa-file) -- 1.7.10.4