Function: epg-verify-result-to-string

epg-verify-result-to-string is a byte-compiled function defined in epg.el.gz.

Signature

(epg-verify-result-to-string VERIFY-RESULT)

Documentation

Convert VERIFY-RESULT to a human readable string.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-verify-result-to-string (verify-result)
  "Convert VERIFY-RESULT to a human readable string."
  (mapconcat #'epg-signature-to-string verify-result "\n"))