aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c
diff options
context:
space:
mode:
authorEli Zaretskii2018-07-08 17:46:32 +0300
committerEli Zaretskii2018-07-08 17:46:32 +0300
commit9c985a3d7a84bdfad17e11a12f671605bb31b3be (patch)
treebc5dc83a15b01b031538fba8668e625ff66f7183 /src/gnutls.c
parentc6de1f1592745d98e58f06332ad35efc72160787 (diff)
downloademacs-9c985a3d7a84bdfad17e11a12f671605bb31b3be.tar.gz
emacs-9c985a3d7a84bdfad17e11a12f671605bb31b3be.zip
Minor improvements in recent NSM documentation changes
* doc/emacs/misc.texi (Network Security): Improve wording and markup of last change. * src/gnutls.c (Fgnutls_peer_status): Doc fix. * etc/NEWS: Improve wording of last change.
Diffstat (limited to 'src/gnutls.c')
-rw-r--r--src/gnutls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index dfbbecfc870..d7a4ee474f7 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1217,7 +1217,7 @@ The return value is a property list with top-level keys :warnings and
1217The :warnings entry is a list of symbols you can get a description of 1217The :warnings entry is a list of symbols you can get a description of
1218with `gnutls-peer-status-warning-describe', and :certificates is the 1218with `gnutls-peer-status-warning-describe', and :certificates is the
1219certificate chain for the connection, with the host certificate 1219certificate chain for the connection, with the host certificate
1220first, and intermediary certificates (if any) follow. 1220first, and intermediary certificates (if any) following it.
1221 1221
1222In addition, for backwards compatibility, the host certificate is also 1222In addition, for backwards compatibility, the host certificate is also
1223returned as the :certificate entry. */) 1223returned as the :certificate entry. */)