branch: externals/websocket
commit 13520c8baaffd6cf11d37f952fbe409474997252
Author: Yuya Minami <[email protected]>
Commit: Yuya Minami <[email protected]>
add documentation for nowait
---
websocket.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/websocket.el b/websocket.el
index 04329243e9..6fa4d9bf6e 100644
--- a/websocket.el
+++ b/websocket.el
@@ -680,6 +680,10 @@ describing the invalid header received from the server.
`websocket-unparseable-frame': Data in the error is a string
describing the problem with the frame.
+
+`nowait': If NOWAIT is non-nil,
+return without waiting for the connection to complete.
+Default nil.
"
(let* ((name (format "websocket to %s" url))
(url-struct (url-generic-parse-url url))