diff options
| -rw-r--r-- | lisp/epa.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 384 | (epa--list-keys name nil | 384 | (epa--list-keys name nil |
| 385 | "The letters at the start of a line have these meanings. | 385 | "The letters at the start of a line have these meanings. |
| 386 | e expired key. n never trust. m trust marginally. u trust ultimately. | 386 | e expired key. n never trust. m trust marginally. u trust ultimately. |
| 387 | f trust fully (keys you have signed, usually). | 387 | f trust fully (keys you have signed, usually). r revoked key. |
| 388 | q trust status questionable. - trust status unspecified. | 388 | q trust status questionable. - trust status unspecified. |
| 389 | See GPG documentation for more explanation. | 389 | See GPG documentation for more explanation. |
| 390 | \n")) | 390 | \n")) |