r4886: Automatic commit for debian_version_0_2_0-1
[cl-readline.git] / README
diff --git a/README b/README
index d71dd79b04dd9f82a5899d89e6336890c7f2223a..2f536ac620b3b4e2a99ab176379ff2e1bb5a46af 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-CL-READLINE 0.1.1
+CL-READLINE 0.2.0
 
  CL-READLINE is a simple UFFI-based wrapper for the GNU Readline
  library. 
@@ -26,6 +26,18 @@ Functions:
      not. Note that history is available in any case. Currently there
      is no way to erase history.
 
+  READEXPR &key primary-prompt secondary-prompt history
+
+     primary-prompt   -- a string (default "=> ")
+     secondary-prompt -- a string (default "|      ")
+     history          -- a boolean (default t)
+
+     As READLINE, except reads enough lines to complete a lisp
+     expression.
+
+     Primary-prompt controls the prompt of the first line,
+     secondary prompt the prompt of the rest of the lines.
+
   ADD-HISTORY string
 
      Adds the given string to history.
@@ -34,10 +46,10 @@ Functions:
 
      Use the Readline's default filename-completion system.
 
-  USE-CL-COMPLETE
+  USE-PACKAGE-COMPLETE name
 
-     Insert symbols in CL-USER to the custom completion pool,
-     and start using the custom completion system.
+     Insert symbols in package designated by NAME to the custom
+     completion pool, and start using the custom completion system.
 
   USE-CUSTOM-COMPLETE