From 4603fb2499c45fe7e40a793aade9baffa5e06d85 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 26 Aug 2011 11:20:58 -0500 Subject: [PATCH] Write some more docs for readline and link readline main article to words. --- extra/readline/readline-docs.factor | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extra/readline/readline-docs.factor b/extra/readline/readline-docs.factor index 22af8787cc..f1082de954 100644 --- a/extra/readline/readline-docs.factor +++ b/extra/readline/readline-docs.factor @@ -25,8 +25,11 @@ HELP: set-completion } ; 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"