aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/emacs-gnutls.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi
index 92846a924c5..1715c83a0d2 100644
--- a/doc/misc/emacs-gnutls.texi
+++ b/doc/misc/emacs-gnutls.texi
@@ -116,9 +116,11 @@ information.
116The @code{gnutls-algorithm-priority} variable sets the GnuTLS priority 116The @code{gnutls-algorithm-priority} variable sets the GnuTLS priority
117string. This is global, not per host name (although 117string. This is global, not per host name (although
118@code{gnutls-negotiate} supports a priority string per connection so 118@code{gnutls-negotiate} supports a priority string per connection so
119it could be done if needed). The priority string syntax is in the 119it could be done if needed). For details see the
120@uref{https://www.gnu.org/software/gnutls/documentation.html, GnuTLS 120@uref{https://www.gnu.org/software/gnutls/documentation.html, GnuTLS
121documentation}. 121documentation} and the
122@uref{https://gnutls.org/manual/html_node/Priority-Strings.html,
123GnuTLS priority string syntax and description}.
122@end defvar 124@end defvar
123 125
124@defvar gnutls-trustfiles 126@defvar gnutls-trustfiles