diff options
| author | Paul Eggert | 2019-11-11 10:30:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-11 10:32:53 -0800 |
| commit | 6b4a97c1c78f39ce890d100acceceb652d14e20d (patch) | |
| tree | 9d9f8347a952226adcd73680ed89c5679d6e5326 /lisp/net | |
| parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
| download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.zip | |
Fix some quoting glitches in doc strings
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/network-stream.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/network-stream.el b/lisp/net/network-stream.el index 4050c83eb0c..1571c761893 100644 --- a/lisp/net/network-stream.el +++ b/lisp/net/network-stream.el | |||
| @@ -62,12 +62,12 @@ | |||
| 62 | "Whether to use client certificates for network connections. | 62 | "Whether to use client certificates for network connections. |
| 63 | 63 | ||
| 64 | When non-nil, `open-network-stream' will automatically look for | 64 | When non-nil, `open-network-stream' will automatically look for |
| 65 | matching client certificates (via 'auth-source') for a | 65 | matching client certificates (via `auth-source') for a |
| 66 | destination server, if it is called without a :client-certificate | 66 | destination server, if it is called without a :client-certificate |
| 67 | keyword. | 67 | keyword. |
| 68 | 68 | ||
| 69 | Set to nil to disable this lookup globally. To disable on a | 69 | Set to nil to disable this lookup globally. To disable on a |
| 70 | per-connection basis, specify ':client-certificate nil' when | 70 | per-connection basis, specify `:client-certificate nil' when |
| 71 | calling `open-network-stream'." | 71 | calling `open-network-stream'." |
| 72 | :group 'network | 72 | :group 'network |
| 73 | :type 'boolean | 73 | :type 'boolean |