emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 19227a0 02/11: ; pinentry.el: Update header comment and fi


From: Nicolas Petton
Subject: [elpa] master 19227a0 02/11: ; pinentry.el: Update header comment and fix typos
Date: Tue, 16 Jan 2018 08:01:43 -0500 (EST)

branch: master
commit 19227a07312b581064ad2f84e1fe501431c47a44
Author: Daiki Ueno <address@hidden>
Commit: Nicolas Petton <address@hidden>

    ; pinentry.el: Update header comment and fix typos
---
 packages/pinentry/pinentry.el | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/packages/pinentry/pinentry.el b/packages/pinentry/pinentry.el
index 05cb124..13a15c9 100644
--- a/packages/pinentry/pinentry.el
+++ b/packages/pinentry/pinentry.el
@@ -43,10 +43,8 @@
 ;; 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:
 
@@ -56,12 +54,12 @@
   :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)
 



reply via email to

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