]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain status "r" in `epa-list-keys`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 25 Dec 2023 15:04:18 +0000 (16:04 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 25 Dec 2023 15:05:27 +0000 (16:05 +0100)
* lisp/epa.el (epa-list-keys): Add revoked status to description.
Suggested by CHENG Gao <chenggao@icloud.com>.

lisp/epa.el

index 8126584e4fbe84c0b7f53c7cd89f3e0a5a69f93a..b8af2a960f098f871c99b0abe0f8c948b376936d 100644 (file)
@@ -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"))