Function: epg-sig-notation-human-readable

epg-sig-notation-human-readable is a byte-compiled function defined in epg.el.gz.

Signature

(epg-sig-notation-human-readable epg-sig-notation-human-readable X)

Documentation

Access slot "human-readable" of epg-sig-notation struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-sig-notation
               (:constructor nil)
               (:constructor epg-make-sig-notation
                (name value &optional human-readable critical))
               (:copier nil)
               (:predicate nil))
  name value human-readable critical)