(gnutls-algorithm-priority): Add missing :group tag.

This commit is contained in:
Ted Zlatanov 2012-02-12 16:40:25 -05:00
parent 0bc5886ace
commit fa9958a67e
2 changed files with 6 additions and 0 deletions

View file

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