Avoid irrelevant hyperlink in doc string of 'epa-pinentry-mode'
* lisp/epa.el (epa-pinentry-mode): Doc fix. (Bug#30025)
This commit is contained in:
parent
ec2636513c
commit
e25f961e37
1 changed files with 5 additions and 2 deletions
|
@ -56,12 +56,15 @@ If neither t nor nil, ask user for confirmation."
|
||||||
:type 'integer
|
:type 'integer
|
||||||
:group 'epa)
|
:group 'epa)
|
||||||
|
|
||||||
|
;; In the doc string below, we say "symbol `error'" to avoid producing
|
||||||
|
;; a hyperlink for `error' the function.
|
||||||
(defcustom epa-pinentry-mode nil
|
(defcustom epa-pinentry-mode nil
|
||||||
"The pinentry mode.
|
"The pinentry mode.
|
||||||
|
|
||||||
GnuPG 2.1 or later has an option to control the behavior of
|
GnuPG 2.1 or later has an option to control the behavior of
|
||||||
Pinentry invocation. Possible modes are: `ask', `cancel',
|
Pinentry invocation. The value should be the symbol `error',
|
||||||
`error', and `loopback'. See the GnuPG manual for the meanings.
|
`ask', `cancel', or `loopback'. See the GnuPG manual for the
|
||||||
|
meanings.
|
||||||
|
|
||||||
In epa commands, a particularly useful mode is `loopback', which
|
In epa commands, a particularly useful mode is `loopback', which
|
||||||
redirects all Pinentry queries to the caller, so Emacs can query
|
redirects all Pinentry queries to the caller, so Emacs can query
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue