Fix make-array transforms.
[sbcl.git] / contrib / sb-aclrepl / sb-aclrepl.texinfo
index 4a71c0f..3ee58bb 100644 (file)
@@ -1,15 +1,14 @@
 @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.
+@c FIXME: I wanted to use @registeredsymbol{}, but that's 
+@c only available in Texinfo 4.7.  sigh.
+The @code{sb-aclrepl} module offers an Allegro CL-style
+Read-Eval-Print Loop for SBCL, with integrated inspector.  Adding a
+debugger interface 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 +18,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}:
 
@@ -44,3 +45,7 @@ some of the features of @code{sb-aclrepl}:
 
 Questions, comments, or bug reports should be sent to Kevin Rosenberg
 (@email{kevin@@rosenberg.net}).
+
+@subsection Credits
+
+Allegro CL is a registered trademark of Franz Inc.