Function: epg-errors-to-string

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

Signature

(epg-errors-to-string ERRORS)

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-errors-to-string (errors)
  (mapconcat #'epg-error-to-string errors "; "))