Skip to content

Commit f105fde

Browse files
committed
readline,doc: remove unnecessary sentence from readline doc
1 parent 0d0c9e6 commit f105fde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/readline.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ the following values:
4242
- `historySize` - maximum number of history lines retained. Defaults to `30`.
4343

4444
If a `completer` function is supplied, the user will not be able to enter tab
45-
characters as part of their input. If no `completer` function is supplied, tabs
46-
will be permitted in user input.
45+
characters as part of their input.
4746

4847
The `completer` function is given the current line entered by the user, and
4948
is supposed to return an Array with 2 entries:

0 commit comments

Comments
 (0)