diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/gnutls.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index f53afa90993..5f1cb65782e 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el | |||
| @@ -47,6 +47,7 @@ | |||
| 47 | "If non-nil, this should be a TLS priority string. | 47 | "If non-nil, this should be a TLS priority string. |
| 48 | For instance, if you want to skip the \"dhe-rsa\" algorithm, | 48 | For instance, if you want to skip the \"dhe-rsa\" algorithm, |
| 49 | set this variable to \"normal:-dhe-rsa\"." | 49 | set this variable to \"normal:-dhe-rsa\"." |
| 50 | :group 'gnutls | ||
| 50 | :type '(choice (const nil) | 51 | :type '(choice (const nil) |
| 51 | string)) | 52 | string)) |
| 52 | 53 | ||