summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 8efc3d6e41..ccc9ee92fe 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()
<!-- YAML
added: v0.3.4