X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=fa2bac5326761707d97979a033bbf1fb6212ec7f;hb=0f275066654d7412ede836567fb5423c9ddc957d;hp=1bb042d420ecf8e86707f2b47a27f8becd48c279;hpb=8af734a8d5c2fb0b46b89a2cb98adff9fd2c4c20;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index 1bb042d..fa2bac5 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -44,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 @@ -53,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:: @@ -77,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