From 48efd1c98b3d4714860e4bf355c6af57c6cee827 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 8 Jul 2018 18:22:51 +0300 Subject: [PATCH] Minor fix of a recent documentation change * lisp/net/gnutls.el (gnutls-algorithm-priority): Clarify the doc string. --- lisp/net/gnutls.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)) -- 2.39.2