aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorTed Zlatanov <[email protected]>2012-02-12 16:40:25 -0500
committerTed Zlatanov <[email protected]>2012-02-12 16:40:25 -0500
commitfa9958a67ebe5b7d5783288d464f8b10c28dce4f (patch)
tree60cdcc6a9d1284b85d144588131b9f1777d650a2 /lisp/net
parent0bc5886acef4632e2ffeefda032e6651170b14d3 (diff)
(gnutls-algorithm-priority): Add missing :group tag.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/gnutls.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index f53afa9099..5f1cb65782 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -47,6 +47,7 @@
"If non-nil, this should be a TLS priority string.
For instance, if you want to skip the \"dhe-rsa\" algorithm,
set this variable to \"normal:-dhe-rsa\"."
+ :group 'gnutls
:type '(choice (const nil)
string))