Variable: epa-info-window-height

epa-info-window-height is a customizable variable defined in epa.el.gz.

Value

5

Documentation

Number of lines used to display status information.

Source Code

;; Defined in /usr/src/emacs/lisp/epa.el.gz
(defcustom epa-info-window-height 5
  "Number of lines used to display status information."
  :type 'integer
  :group 'epa)