From: Stefan Kangas Date: Mon, 25 Dec 2023 15:04:18 +0000 (+0100) Subject: Explain status "r" in `epa-list-keys` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9afba605bbc3db354476dddeffacfa036259c101;p=emacs.git Explain status "r" in `epa-list-keys` * lisp/epa.el (epa-list-keys): Add revoked status to description. Suggested by CHENG Gao . --- diff --git a/lisp/epa.el b/lisp/epa.el index 8126584e4fb..b8af2a960f0 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -384,7 +384,7 @@ DOC is documentation text to insert at the start." (epa--list-keys name nil "The letters at the start of a line have these meanings. e expired key. n never trust. m trust marginally. u trust ultimately. -f trust fully (keys you have signed, usually). +f trust fully (keys you have signed, usually). r revoked key. q trust status questionable. - trust status unspecified. See GPG documentation for more explanation. \n"))