From 4f39f7e2e77121a19ca3dca6e73b57a9168699f2 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 25 Mar 2007 00:12:41 +0000 Subject: [PATCH 1/1] Fixed doc. --- epa.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epa.el b/epa.el index f6c890c..f3352b2 100644 --- a/epa.el +++ b/epa.el @@ -153,16 +153,16 @@ the separate window." (20 . ?G))) (defvar epa-protocol 'OpenPGP - "The default protocol. + "*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. + "*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. + "*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) -- 2.11.0