]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve doc string of epg-*-program
authorDaiki Ueno <ueno@gnu.org>
Fri, 19 Aug 2016 09:18:41 +0000 (11:18 +0200)
committerDaiki Ueno <ueno@gnu.org>
Fri, 19 Aug 2016 09:20:30 +0000 (11:20 +0200)
* lisp/epg-config.el (epg-gpg-program, epg-gpgsm-program):
Suggest to use Customize when setting.  (Bug#24229)

lisp/epg-config.el

index 9179e04dcc1ee85cd9aad019ff9fe7f210eaba09..02b9e45c9bbb20ae054f6bebdfc52b07b9169d23 100644 (file)
 (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)