]> git.eshelyaron.com Git - emacs.git/commitdiff
; pinentry.el: Update header comment and fix typos
authorDaiki Ueno <ueno@gnu.org>
Tue, 18 Aug 2015 02:19:41 +0000 (11:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 18 Aug 2015 02:20:10 +0000 (11:20 +0900)
lisp/net/pinentry.el

index 05cb124f2cbe1ced4fa325ee14d059bbf73f70b5..13a15c964ab704a16aa09a0e7eadf38ade132489 100644 (file)
 ;; subset of the Pinentry Assuan protocol described in (info
 ;; "(pinentry) Protocol").
 ;;
-;; NOTE: As of June 2015, this feature requires newer versions of
-;; GnuPG (2.1.5+) and Pinentry (not yet released, possibly 0.9.5+).
-;; For details, see the discussion on gnupg-devel mailing list:
-;; <https://lists.gnupg.org/pipermail/gnupg-devel/2015-May/029875.html>.
+;; NOTE: As of August 2015, this feature requires newer versions of
+;; GnuPG (2.1.5+) and Pinentry (0.9.5+).
 
 ;;; Code:
 
   :group 'external)
 
 (defcustom pinentry-popup-prompt-window t
-  "If non-nil, display status information from epa commands in another window."
+  "If non-nil, display multiline prompt in another window."
   :type 'boolean
   :group 'pinentry)
 
 (defcustom pinentry-prompt-window-height 5
-  "Number of lines used to display status information."
+  "Number of lines used to display multiline prompt."
   :type 'integer
   :group 'pinentry)