Function: epg-sig-notation-name
epg-sig-notation-name is a byte-compiled function defined in
epg.el.gz.
Signature
(epg-sig-notation-name CL-X)
Documentation
Access slot "name" of epg-sig-notation struct CL-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)