diff --git a/doc/api/readline.md b/doc/api/readline.md index 8efc3d6e41662e..ccc9ee92fe4f63 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -195,6 +195,9 @@ The `rl.close()` method closes the `readline.Interface` instance and relinquishes control over the `input` and `output` streams. When called, the `'close'` event will be emitted. +Calling `rl.close()` does not immediately stop other events (including `'line'`) +from being emitted by the `readline.Interface` instance. + ### rl.pause()