diff options
| author | Paul Eggert | 2016-04-03 23:16:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-03 23:17:09 -0700 |
| commit | a11756ad0e2ee719266c0081150c20996cce8e0d (patch) | |
| tree | 347d131e949ce4a83e63db05c1b286a338ea7a58 /doc | |
| parent | 0695108b9e2d5ed6d424f241af35947f87578975 (diff) | |
| download | emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.tar.gz emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.zip | |
Spelling fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 2 | ||||
| -rw-r--r-- | doc/misc/emacs-gnutls.texi | 2 |
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 | |||
| 2441 | is the TLS type (which should either be @code{gnutls-x509pki} or | 2441 | is 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 |
| 2443 | list acceptable for @code{gnutls-boot}. (This keyword list can be | 2443 | list acceptable for @code{gnutls-boot}. (This keyword list can be |
| 2444 | optained from the @code{gnutls-boot-parameters} function.) The TLS | 2444 | obtained from the @code{gnutls-boot-parameters} function.) The TLS |
| 2445 | connection will then be negotiated after completing the connection to | 2445 | connection will then be negotiated after completing the connection to |
| 2446 | the host. | 2446 | the 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} | |||
| 181 | Manual}). The connection process is called @var{name} (made unique if | 181 | Manual}). The connection process is called @var{name} (made unique if |
| 182 | necessary). This function returns the connection process. | 182 | necessary). This function returns the connection process. |
| 183 | 183 | ||
| 184 | The @var{nowait} parameter means that the scoket should be | 184 | The @var{nowait} parameter means that the socket should be |
| 185 | asynchronous, and the connection process will be returned to the | 185 | asynchronous, and the connection process will be returned to the |
| 186 | caller before TLS negotiation has happened. | 186 | caller before TLS negotiation has happened. |
| 187 | 187 | ||