emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 48efd1c: Minor fix of a recent documentation chan


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 48efd1c: Minor fix of a recent documentation change
Date: Sun, 8 Jul 2018 11:23:31 -0400 (EDT)

branch: emacs-26
commit 48efd1c98b3d4714860e4bf355c6af57c6cee827
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 4cc1f5f..35fe680 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]