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:
parent
a4fa31150f
commit
72ef0c8b2f
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue