aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-04-03 23:16:35 -0700
committerPaul Eggert2016-04-03 23:17:09 -0700
commita11756ad0e2ee719266c0081150c20996cce8e0d (patch)
tree347d131e949ce4a83e63db05c1b286a338ea7a58 /doc
parent0695108b9e2d5ed6d424f241af35947f87578975 (diff)
downloademacs-a11756ad0e2ee719266c0081150c20996cce8e0d.tar.gz
emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.zip
Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/processes.texi2
-rw-r--r--doc/misc/emacs-gnutls.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 8d3df55cba9..b66f779bdda 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2441,7 +2441,7 @@ When opening a TLS connection, this should be where the first element
2441is the TLS type (which should either be @code{gnutls-x509pki} or 2441is the TLS type (which should either be @code{gnutls-x509pki} or
2442@code{gnutls-anon}, and the remaining elements should form a keyword 2442@code{gnutls-anon}, and the remaining elements should form a keyword
2443list acceptable for @code{gnutls-boot}. (This keyword list can be 2443list acceptable for @code{gnutls-boot}. (This keyword list can be
2444optained from the @code{gnutls-boot-parameters} function.) The TLS 2444obtained from the @code{gnutls-boot-parameters} function.) The TLS
2445connection will then be negotiated after completing the connection to 2445connection will then be negotiated after completing the connection to
2446the host. 2446the host.
2447 2447
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi
index 115727fb8ee..9d52508b644 100644
--- a/doc/misc/emacs-gnutls.texi
+++ b/doc/misc/emacs-gnutls.texi
@@ -181,7 +181,7 @@ syntax are the same as those given to @code{open-network-stream}
181Manual}). The connection process is called @var{name} (made unique if 181Manual}). The connection process is called @var{name} (made unique if
182necessary). This function returns the connection process. 182necessary). This function returns the connection process.
183 183
184The @var{nowait} parameter means that the scoket should be 184The @var{nowait} parameter means that the socket should be
185asynchronous, and the connection process will be returned to the 185asynchronous, and the connection process will be returned to the
186caller before TLS negotiation has happened. 186caller before TLS negotiation has happened.
187 187