0.8.9.39:
[sbcl.git] / contrib / sb-aclrepl / sb-aclrepl.texinfo
index 4a71c0f..07eb17b 100644 (file)
@@ -1,15 +1,12 @@
 @node sb-aclrepl
 @section sb-aclrepl
+@cindex Read-Eval-Print Loop
+@cindex REPL
 
 The @code{sb-aclrepl} module offers an AllegroCL style Read-Eval-Print
 Loop for SBCL. An AllegroCL style inspector is integrated. Adding an
 AllegroCL style debugger is planned.
 
-@menu
-* Usage::                       
-@end menu
-
-@node Usage
 @subsection Usage
 
 To start @code{sb-aclrepl} as your read-eval-print loop, put the form
@@ -19,6 +16,8 @@ To start @code{sb-aclrepl} as your read-eval-print loop, put the form
 
 in your @file{~/.sbclrc} initialization file.
 
+@subsection Example Initialization
+
 Here's a longer example of a @file{~/.sbclrc} file that shows off
 some of the features of @code{sb-aclrepl}: