Skip to content

Commit

Permalink
readline,doc: remove unnecessary sentence from readline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed May 24, 2015
1 parent 0b61cd5 commit facc281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/readline.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ the following values:
- `historySize` - maximum number of history lines retained. Defaults to `30`.

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

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

0 comments on commit facc281

Please sign in to comment.