]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix of a recent documentation change
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 Jul 2018 15:22:51 +0000 (18:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 Jul 2018 15:22:51 +0000 (18:22 +0300)
* lisp/net/gnutls.el (gnutls-algorithm-priority): Clarify the doc
string.

lisp/net/gnutls.el

index 4cc1f5f4c3db5855a5142f2a0784d802b00bcb0b..35fe680592a7071a8f7ed4f6239e21375ba0fad9 100644 (file)
@@ -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))