* doc/misc/epa.texi (Mail-mode integration):
* lisp/epa-mail.el (epa-mail-verify): Improve documentation of
'epa-mail-verify'. (Bug#74630)
(cherry picked from commit
d50293b0f108ff85796dc56312a1c46c8db4f8a1)
@kindex C-c C-e C-v
@kindex C-c C-e v
@findex epa-mail-verify
-Verify OpenPGP cleartext signed messages in the current buffer.
+Verify OpenPGP cleartext signed messages in the current buffer. If
+verification fails for some reason, this command signals an error.
@item C-c C-e C-s and C-c C-e s
@kindex C-c C-e C-s
;;;###autoload
(defun epa-mail-verify ()
"Verify OpenPGP cleartext signed messages in the current buffer.
-The buffer is expected to contain a mail message."
+The buffer is expected to contain a mail message.
+
+If the verification fails, signal an error."
(declare (interactive-only t))
(interactive)
(with-suppressed-warnings ((interactive-only epa-verify-cleartext-in-region))