1
0
Fork 0

fixed typos in comments

This commit is contained in:
Jan Steemann 2013-09-20 23:12:22 +02:00
parent fa8bc7299a
commit 3e6daf63d2
1 changed files with 2 additions and 2 deletions

View File

@ -270,10 +270,10 @@ bool V8LineEditor::open (const bool autoComplete) {
rl_variable_bind("blink-matching-paren", "1");
// show selection list when completion is ambiguous. not setting this
// variable will turn the selection list of at least on Ubuntu
// variable will turn the selection list off at least on Ubuntu
rl_variable_bind("show-all-if-ambiguous", "1");
// use readlines built-in page-wise completer
// use readline's built-in page-wise completer
rl_variable_bind("page-completions", "1");
#endif