mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 12:49:38 +00:00
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>.
This commit is contained in:
parent
6271422196
commit
9afba605bb
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ DOC is documentation text to insert at the start."
|
||||||
(epa--list-keys name nil
|
(epa--list-keys name nil
|
||||||
"The letters at the start of a line have these meanings.
|
"The letters at the start of a line have these meanings.
|
||||||
e expired key. n never trust. m trust marginally. u trust ultimately.
|
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.
|
q trust status questionable. - trust status unspecified.
|
||||||
See GPG documentation for more explanation.
|
See GPG documentation for more explanation.
|
||||||
\n"))
|
\n"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue