check-mod-fixnum: correct the test for power-of-two.
[sbcl.git] / doc / manual / sbcl.texinfo
index fa2bac5..6c316dc 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename sbcl.info
 @settitle SBCL User Manual
 @c %**end of header
-
+@afourwide
 @include texinfo-macros.texinfo
 @include variables.texinfo
 @set EDITION 0.1
@@ -52,6 +52,9 @@ provided with absolutely no warranty. See the @file{COPYING} and
 
 @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
@@ -81,13 +84,14 @@ 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::
 * Networking::
 * Profiling::                   
 * Contributed Modules::         
+* Deprecated Interfaces::         
 * Concept Index::               
 * Function Index::              
 * Variable Index::              
@@ -113,6 +117,7 @@ provided with absolutely no warranty. See the @file{COPYING} and
 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
 @include profiling.texinfo
 @include contrib-modules.texinfo
+@include deprecated.texinfo
 @include backmatter.texinfo
 
 @bye