]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid irrelevant hyperlink in doc string of 'epa-pinentry-mode'
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Jan 2018 21:26:11 +0000 (23:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Jan 2018 21:26:11 +0000 (23:26 +0200)
* lisp/epa.el (epa-pinentry-mode): Doc fix.  (Bug#30025)

lisp/epa.el

index d2ad80e8feeea8dc00373dfc5132b3ec5c084989..7878340fcd4d532e361c878e9957f9fe00a1b765 100644 (file)
@@ -56,12 +56,15 @@ If neither t nor nil, ask user for confirmation."
   :type 'integer
   :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
   "The pinentry mode.
 
 GnuPG 2.1 or later has an option to control the behavior of
-Pinentry invocation.  Possible modes are: `ask', `cancel',
-`error', and `loopback'.  See the GnuPG manual for the meanings.
+Pinentry invocation.  The value should be the symbol `error',
+`ask', `cancel', or `loopback'.  See the GnuPG manual for the
+meanings.
 
 In epa commands, a particularly useful mode is `loopback', which
 redirects all Pinentry queries to the caller, so Emacs can query