diff options
Diffstat (limited to 'doc/api-dist.texi')
| -rw-r--r-- | doc/api-dist.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api-dist.texi b/doc/api-dist.texi index e363c6e..23a06fb 100644 --- a/doc/api-dist.texi +++ b/doc/api-dist.texi @@ -202,7 +202,8 @@ Open a remote REPL (RREPL). Return a new RREPL channel. @end deffn @deffn {Scheme Procedure} node-run-server node -Run a REPL server on a @var{node}. +Run a REPL server on a @var{node}. Throw @code{node-error} with the current +node and the Guile return code from a server on an error. @end deffn @deffn {Scheme Procedure} node-stop-server node |
