1.0.32.33: GENCGC tuning parameters
[sbcl.git] / doc / manual / sbcl.texinfo
index 56d307c..fd58d2f 100644 (file)
@@ -44,10 +44,17 @@ provided with absolutely no warranty. See the @file{COPYING} and
 
 @contents
 
+@macro urlline{text}
+@w{ } @w{ } @url{\text\}
+@end macro
+
 @ifnottex
 
 @c We use @&key, etc to escape & from TeX in lambda lists --
 @c so we need to define them for info as well.
+@macro &allow-other-keys
+&allow-other-keys
+@end macro
 @macro &optional
 &optional
 @end macro
@@ -68,7 +75,8 @@ provided with absolutely no warranty. See the @file{COPYING} and
 @insertcopying
 
 @menu
-* Introduction::                
+* Getting Support and Reporting Bugs::
+* Introduction::
 * Starting and Stopping::
 * Compiler::                    
 * Debugger::                    
@@ -76,7 +84,7 @@ provided with absolutely no warranty. See the @file{COPYING} and
 * Beyond the ANSI Standard::    
 * Foreign Function Interface::  
 * Pathnames::
-* Extensible Streams::          
+* Streams::          
 * Package Locks::               
 * Threading::
 * Timers::
@@ -92,6 +100,7 @@ provided with absolutely no warranty. See the @file{COPYING} and
 
 @end ifnottex
 
+@include support-and-bugs.texinfo
 @include intro.texinfo
 @include start-stop.texinfo
 @include compiler.texinfo