Variable: epa-armor
epa-armor is a variable defined in epa.el.gz.
Value
nil
Documentation
If non-nil, epa commands create ASCII armored output.
You should bind this variable with let, but do not set it globally.
Source Code
;; Defined in /usr/src/emacs/lisp/epa.el.gz
(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.")