Write some more docs for readline and link readline main article to words.

db4
Doug Coleman 2011-08-26 11:20:58 -05:00
parent b7314a68d8
commit 4603fb2499
1 changed files with 5 additions and 2 deletions

View File

@ -25,8 +25,11 @@ HELP: set-completion
} ; } ;
ARTICLE: "readline" "Readline" ARTICLE: "readline" "Readline"
{ $vocab-link "readline" } "The " { $vocab-link "readline" } " vocabulary binds to the C readline library and provides Emacs-style key bindings for editing text. Currently, it only works from the non-graphical UI." $nl
;
"To read a line:"
{ $subsections readline }
"To set a completion hook:"
{ $subsections set-completion } ;
ABOUT: "readline" ABOUT: "readline"