Minor fix of a recent documentation change

* lisp/net/gnutls.el (gnutls-algorithm-priority): Clarify the doc
string.
This commit is contained in:
Eli Zaretskii 2018-07-08 18:22:51 +03:00
parent 3302b7cd7f
commit 48efd1c98b

View file

@ -50,9 +50,11 @@ set this variable to \"normal:-dhe-rsa\".
This variable can be useful for modifying low-level TLS This variable can be useful for modifying low-level TLS
connection parameters (for instance if you need to connect to a connection parameters (for instance if you need to connect to a
host that only accepts a specific algorithm), but general Emacs host that only accepts a specific algorithm). However, in
network security is handled by the Network Security Manager. See general, Emacs network security is handled by the Network
Info node `(emacs) Network Security'." Security Manager (NSM), and the default value of nil delegates
the job of checking the connection security to the NSM.
See Info node `(emacs) Network Security'."
:group 'gnutls :group 'gnutls
:type '(choice (const nil) :type '(choice (const nil)
string)) string))