@section Priority strings
@cindex Priority strings
-The GnuTLS priority string specifies the TLS session's handshake
+The GnuTLS priority strings specify the TLS session's handshake
algorithms and options in a compact, easy-to-use format. That string
may contain a single initial keyword such as in
@ref{tab:prio-keywords} and may be followed by additional algorithm or
-special keywords.
+special keywords. Note that their description is intentionally avoiding
+specific algorithm details, as the priority strings are not constant between
+gnutls versions (they are periodically updated to account for cryptographic
+advances while providing compatibility with old clients and servers).
@showfuncB{gnutls_priority_set_direct,gnutls_priority_set}