emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e25f961: Avoid irrelevant hyperlink in doc string


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 e25f961: Avoid irrelevant hyperlink in doc string of 'epa-pinentry-mode'
Date: Mon, 8 Jan 2018 16:27:29 -0500 (EST)

branch: emacs-26
commit e25f961e37b063c10d7ffb3caa167ff61e816dcb
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Avoid irrelevant hyperlink in doc string of 'epa-pinentry-mode'
    
    * lisp/epa.el (epa-pinentry-mode): Doc fix.  (Bug#30025)
---
 lisp/epa.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lisp/epa.el b/lisp/epa.el
index d2ad80e..7878340 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]