emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 9afba605bbc: Explain status "r" in `epa-list-keys`


From: Stefan Kangas
Subject: emacs-29 9afba605bbc: Explain status "r" in `epa-list-keys`
Date: Mon, 25 Dec 2023 10:06:24 -0500 (EST)

branch: emacs-29
commit 9afba605bbc3db354476dddeffacfa036259c101
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Explain status "r" in `epa-list-keys`
    
    * lisp/epa.el (epa-list-keys): Add revoked status to description.
    Suggested by CHENG Gao <chenggao@icloud.com>.
---
 lisp/epa.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]