X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=fa2bac5326761707d97979a033bbf1fb6212ec7f;hb=1bd85a506685b3d3188aaf1d9d097865c38f887d;hp=a1aa2899a0a8a26051edaddf1f690ce676e7b3dd;hpb=fec3614baf361523a4fb154ed80d9b73e1452b2d;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index a1aa289..fa2bac5 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -4,6 +4,7 @@ @settitle SBCL User Manual @c %**end of header +@include texinfo-macros.texinfo @include variables.texinfo @set EDITION 0.1 @settitle SBCL @value{VERSION} User Manual @@ -43,8 +44,27 @@ 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 &optional +&optional +@end macro +@macro &rest +&rest +@end macro +@macro &key +&key +@end macro +@macro &body +&body +@end macro + @node Top @comment node-name, next, previous, up @top sbcl @@ -52,7 +72,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,6 +97,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