From: Eli Zaretskii Date: Sun, 8 Jul 2018 15:22:51 +0000 (+0300) Subject: Minor fix of a recent documentation change X-Git-Tag: emacs-26.1.90~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48efd1c98b;p=emacs.git Minor fix of a recent documentation change * lisp/net/gnutls.el (gnutls-algorithm-priority): Clarify the doc string. --- diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index 4cc1f5f4c3d..35fe680592a 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -50,9 +50,11 @@ set this variable to \"normal:-dhe-rsa\". This variable can be useful for modifying low-level TLS connection parameters (for instance if you need to connect to a -host that only accepts a specific algorithm), but general Emacs -network security is handled by the Network Security Manager. See -Info node `(emacs) Network Security'." +host that only accepts a specific algorithm). However, in +general, Emacs network security is handled by the Network +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 :type '(choice (const nil) string))