branch: externals/websocket
commit 33d0406901f7306b326928190b6ad94247d01a5f
Author: Andrew Hyatt <ahy...@ahyatt-macbookpro6.roam.corp.google.com>
Commit: Andrew Hyatt <ahy...@ahyatt-macbookpro6.roam.corp.google.com>

    Reflow function documentation.
---
 websocket.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/websocket.el b/websocket.el
index e468795246..854e69c9fa 100644
--- a/websocket.el
+++ b/websocket.el
@@ -681,9 +681,8 @@ 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.
+`nowait': If NOWAIT is true, return without waiting for the
+connection to complete.
 "
   (let* ((name (format "websocket to %s" url))
          (url-struct (url-generic-parse-url url))

Reply via email to