From: Bert Burgemeister Date: Sat, 2 Jun 2012 16:21:49 +0000 (+0200) Subject: Several minor edits X-Git-Tag: 135~1 X-Git-Url: https://repo.or.cz/w/clqr.git/commitdiff_plain/19983a4e0c5a06490b942afdc8c1d40584f1532c Several minor edits --- diff --git a/clqr-compiler.tex b/clqr-compiler.tex index c9709a1..19b1082 100644 --- a/clqr-compiler.tex +++ b/clqr-compiler.tex @@ -41,10 +41,11 @@ \xorGOO{\VAR{name}\\ (\kwd{setf } \VAR{name})}{\}}\text{ }\Op{\VAR{definition}}}{\}})} { - Return \retval{compiled function} or replace \retval{\VAR{name}}'s - function definition with the compiled function. Return \retvalii{\T} in case - of warnings or errors, and \retvaliii{\T} in case of warnings - or errors excluding style warnings. + Return \retval{compiled function} or replace \retval{\VAR{name}}'s + function definition with the compiled function. Return + \retvalii{\T} in case of \kwd{warning}s or \kwd{error}s, and + \retvaliii{\T} in case of \kwd{warning}s or \kwd{error}s excluding + \kwd{style-warning}s. } \IT{(\FU*{COMPILE-FILE} \VAR{file} @@ -54,10 +55,10 @@ \kwd{:external-format} \VAR{ file-format}\DF{\kwd{:default}}}{\}})} { - Write compiled contents of \VAR{file} to \VAR{out-path}. - Return \retval{true output path} or \retval{\NIL}, \retvalii{\T} - in case of warnings or errors, \retvaliii{\T} in case of warnings - or errors excluding style warnings. + Write compiled contents of \VAR{file} to \VAR{out-path}. Return + \retval{true output path} or \retval{\NIL}, \retvalii{\T} in case + of \kwd{warning}s or \kwd{error}s, \retvaliii{\T} in case of + \kwd{warning}s or \kwd{error}s excluding \kwd{style-warning}s. } \IT{(\FU*{COMPILE-FILE-PATHNAME} \VAR{file} \Op{\kwd{:output-file} @@ -243,7 +244,7 @@ \IT{\V{\A trace-output\A}} {\index{*TRACE-OUTPUT*@\A TRACE-OUTPUT\A} - Stream \MC{trace} and \MC{time} print their output on. + Output stream \MC{trace} and \MC{time} send their output to. } \IT{(\MC*{STEP} \VAR{form})} @@ -277,8 +278,8 @@ \IT{(\GFU*{DESCRIBE-OBJECT} \VAR{foo} \Op{\DES{\VAR{stream}}})} { - Send information about \VAR{foo} to \VAR{stream}. Not to be - called by user. + Send information about \VAR{foo} to \VAR{stream}. Called by + \FU{describe}. } \IT{(\FU*{DISASSEMBLE} \VAR{function})} @@ -287,6 +288,14 @@ \V{\A standard-output\A}. Return \retval{\NIL}. } + \IT{(\FU*{ROOM} \Op{\Goo{\NIL\XOR\kwd{:default}\XOR\T}\DF{\kwd{:default}}})} + { + Print information about internal storage management to \kwd{\A + standard-output\A}. + } + + + \end{LIST} @@ -311,25 +320,26 @@ \IT{(\kwd*{DECLARE} \OPn{\NEV{\VAR{decl}}})} { - Inside certain forms, locally make declarations \OPn{\VAR{decl}}. \VAR{decl} can be: - \kwd{dynamic-extent}, - \kwd{type}, - \kwd{ftype}, - \kwd{ignorable}, - \kwd{ignore}, - \kwd{inline}, - \kwd{notinline}, - \kwd{optimize}, or - \kwd{special}. - See below. + Inside certain forms, locally make declarations + \OPn{\VAR{decl}}. \VAR{decl} can be: + \kwd{dynamic-extent}, + \kwd{type}, + \kwd{ftype}, + \kwd{ignorable}, + \kwd{ignore}, + \kwd{inline}, + \kwd{notinline}, + \kwd{optimize}, or + \kwd{special}. + See below. } \begin{LIST}{.5cm} \IT{(\kwd*{DECLARATION} \OPn{foo})} { - Make \VAR{foo}s names of declarations. - } + Make \VAR{foo}s names of declarations. + } \IT{(\kwd*{DYNAMIC-EXTENT} \OPn{\VAR{variable}} \OPn{(\kwd{function} \VAR{function})})} @@ -342,8 +352,8 @@ \IT{\arrGOO{(\Op{\kwd*{TYPE}} \VAR{ type} \OPn{\VAR{ variable}})\\ (\kwd*{FTYPE} \VAR{ type} \OPn{\VAR{ function}})}{.}} { - Declare \VAR{variable}s or \VAR{function}s to be of \VAR{type}. - } + Declare \VAR{variable}s or \VAR{function}s to be of \VAR{type}. + } \IT{(\xorGOO{\kwd*{IGNORABLE}\\ \kwd*{IGNORE}}{\}} diff --git a/clqr-external-environment.tex b/clqr-external-environment.tex index 7fad455..3785fa4 100644 --- a/clqr-external-environment.tex +++ b/clqr-external-environment.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2010, 2011 Bert Burgemeister +% Copyright (C) 2008, 2010, 2011, 2012 Bert Burgemeister % % Permission is granted to copy, distribute and/or modify this % document under the terms of the GNU Free Documentation License, @@ -44,11 +44,6 @@ \retvaln{7}{day}, \retvaln{8}{daylight-p}, and \retvaln{9}{zone}. } - \IT{(\FU*{ROOM} \Op{\Goo{\NIL\XOR\kwd{:default}\XOR\T}})} - { - Print information about internal storage management. - } - \IT{\arrGOO{(\FU*{SHORT-SITE-NAME})\\ (\FU*{LONG-SITE-NAME})}{.}} {