diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/emacs-gnutls.texi | 6 |
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. | |||
| 116 | The @code{gnutls-algorithm-priority} variable sets the GnuTLS priority | 116 | The @code{gnutls-algorithm-priority} variable sets the GnuTLS priority |
| 117 | string. This is global, not per host name (although | 117 | string. 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 |
| 119 | it could be done if needed). The priority string syntax is in the | 119 | it 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 |
| 121 | documentation}. | 121 | documentation} and the |
| 122 | @uref{https://gnutls.org/manual/html_node/Priority-Strings.html, | ||
| 123 | GnuTLS priority string syntax and description}. | ||
| 122 | @end defvar | 124 | @end defvar |
| 123 | 125 | ||
| 124 | @defvar gnutls-trustfiles | 126 | @defvar gnutls-trustfiles |