emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 72ef0c8: Improve doc string of epg-*-program


From: Daiki Ueno
Subject: [Emacs-diffs] master 72ef0c8: Improve doc string of epg-*-program
Date: Fri, 19 Aug 2016 09:20:35 +0000 (UTC)

branch: master
commit 72ef0c8b2ffe13aa3f11534b23613c51f99bb64b
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Improve doc string of epg-*-program
    
    * lisp/epg-config.el (epg-gpg-program, epg-gpgsm-program):
    Suggest to use Customize when setting.  (Bug#24229)
---
 lisp/epg-config.el |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lisp/epg-config.el b/lisp/epg-config.el
index 9179e04..02b9e45 100644
--- a/lisp/epg-config.el
+++ b/lisp/epg-config.el
@@ -44,13 +44,17 @@
 (defcustom epg-gpg-program (if (executable-find "gpg2")
                                "gpg2"
                              "gpg")
-  "The `gpg' executable."
+  "The `gpg' executable.
+Setting this variable directly does not take effect;
+instead use \\[customize] (see the info node `Easy Customization')."
   :version "25.1"
   :group 'epg
   :type 'string)
 
 (defcustom epg-gpgsm-program "gpgsm"
-  "The `gpgsm' executable."
+  "The `gpgsm' executable.
+Setting this variable directly does not take effect;
+instead use \\[customize] (see the info node `Easy Customization')."
   :group 'epg
   :type 'string)
 



reply via email to

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