Improve doc string of epg-*-program

* lisp/epg-config.el (epg-gpg-program, epg-gpgsm-program):
Suggest to use Customize when setting.  (Bug#24229)
This commit is contained in:
Daiki Ueno 2016-08-19 11:18:41 +02:00
parent a4fa31150f
commit 72ef0c8b2f

View file

@ -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)