diff options
| -rw-r--r-- | lisp/epg-config.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/epg-config.el b/lisp/epg-config.el index 9179e04dcc1..02b9e45c9bb 100644 --- a/lisp/epg-config.el +++ b/lisp/epg-config.el | |||
| @@ -44,13 +44,17 @@ | |||
| 44 | (defcustom epg-gpg-program (if (executable-find "gpg2") | 44 | (defcustom epg-gpg-program (if (executable-find "gpg2") |
| 45 | "gpg2" | 45 | "gpg2" |
| 46 | "gpg") | 46 | "gpg") |
| 47 | "The `gpg' executable." | 47 | "The `gpg' executable. |
| 48 | Setting this variable directly does not take effect; | ||
| 49 | instead use \\[customize] (see the info node `Easy Customization')." | ||
| 48 | :version "25.1" | 50 | :version "25.1" |
| 49 | :group 'epg | 51 | :group 'epg |
| 50 | :type 'string) | 52 | :type 'string) |
| 51 | 53 | ||
| 52 | (defcustom epg-gpgsm-program "gpgsm" | 54 | (defcustom epg-gpgsm-program "gpgsm" |
| 53 | "The `gpgsm' executable." | 55 | "The `gpgsm' executable. |
| 56 | Setting this variable directly does not take effect; | ||
| 57 | instead use \\[customize] (see the info node `Easy Customization')." | ||
| 54 | :group 'epg | 58 | :group 'epg |
| 55 | :type 'string) | 59 | :type 'string) |
| 56 | 60 | ||