branch: master
commit cd62826257ff0eb1fe782cd57c02b95c1b734d3b
Author: Daiki Ueno <u...@gnu.org>
Commit: Nicolas Petton <nico...@petton.fr>

    Mention how to enable pinentry feature
    
    * packages/pinentry/pinentry.el: Mention "gpgconf --reload gpg-agent".
---
 packages/pinentry/pinentry.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/pinentry/pinentry.el b/packages/pinentry/pinentry.el
index 0037006..d7dca4a 100644
--- a/packages/pinentry/pinentry.el
+++ b/packages/pinentry/pinentry.el
@@ -26,7 +26,8 @@
 ;; This package allows GnuPG passphrase to be prompted through the
 ;; minibuffer instead of graphical dialog.
 ;;
-;; To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, and
+;; To use, add "allow-emacs-pinentry" to "~/.gnupg/gpg-agent.conf",
+;; reload the configuration with "gpgconf --reload gpg-agent", and
 ;; start the server with M-x pinentry-start.
 ;;
 ;; The actual communication path between the relevant components is

Reply via email to