More meaningful error message for OPEN :IF-EXISTS :NEW-VERSION
[sbcl.git] / doc / manual / sbcl.texinfo
index 56d307c..f6f02f8 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
@@ -44,23 +44,30 @@ provided with absolutely no warranty. See the @file{COPYING} and
 
 @contents
 
-@ifnottex
+@macro urlline{text}
+@w{ } @w{ } @url{\text\}
+@end macro
 
-@c We use @&key, etc to escape & from TeX in lambda lists --
+@c We use @andkey, etc to escape & from TeX in lambda lists --
 @c so we need to define them for info as well.
-@macro &optional
+@macro andallowotherkeys
+&allow-other-keys
+@end macro
+@macro andoptional
 &optional
 @end macro
-@macro &rest
+@macro andrest
 &rest
 @end macro
-@macro &key
+@macro andkey
 &key
 @end macro
-@macro &body
+@macro andbody
 &body
 @end macro
 
+@ifnottex
+
 @node Top
 @comment  node-name,  next,  previous,  up
 @top sbcl
@@ -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,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::              
@@ -92,6 +101,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
@@ -107,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