From 44c6ba5db5936784ab44c084f2da6a522add2862 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 25 Mar 2007 00:14:19 +0000 Subject: [PATCH] Fixed doc. --- epa.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epa.el b/epa.el index f3352b2..af70ea5 100644 --- a/epa.el +++ b/epa.el @@ -155,14 +155,17 @@ the separate window." (defvar epa-protocol 'OpenPGP "*The default protocol. The values can be either OpenPGP or CMS. + You should bind this variable with `let', but do not set it globally.") (defvar epa-armor nil "*If non-nil, epa commands create ASCII armored output. + You should bind this variable with `let', but do not set it globally.") (defvar epa-textmode nil "*If non-nil, epa commands treat input files as text. + You should bind this variable with `let', but do not set it globally.") (defvar epa-keys-buffer nil) -- 1.7.10.4