From 6820693e67272fcd2d094f719f448e1f708889aa Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Thu, 29 Mar 2012 12:34:43 +0200 Subject: [PATCH] Various minor tweaks --- clqr-arrays.tex | 4 ++-- clqr-compiler.tex | 8 ++++---- clqr-control-structure.tex | 4 ++-- clqr-numbers.tex | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clqr-arrays.tex b/clqr-arrays.tex index 1cd5697..7b99a48 100644 --- a/clqr-arrays.tex +++ b/clqr-arrays.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2009, 2010, 2011 Bert Burgemeister +% Copyright (C) 2008, 2009, 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, @@ -168,7 +168,7 @@ section~\ref{section:Sequences}. \IT{(\FU*{VECTOR} \OPn{\VAR{foo}})} { - Return fresh \retval{simple vector of \VAR{foo}s}. + Return fresh \retval{simple vector of \VAR{foo}s}. } % No default foo in standard. diff --git a/clqr-compiler.tex b/clqr-compiler.tex index ae32c03..c9709a1 100644 --- a/clqr-compiler.tex +++ b/clqr-compiler.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2009, 2010, 2011 Bert Burgemeister +% Copyright (C) 2008, 2009, 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, @@ -255,7 +255,7 @@ \IT{(\FU*{BREAK} \Op{\VAR{control} \OPn{\VAR{arg}}})} { Jump directly into debugger; return \retval{\NIL}. - See p.\ \pageref{section:Format}, \FU{format}, for \VAR{control} + See page \pageref{section:Format}, \FU{format}, for \VAR{control} and \VAR{arg}s. } @@ -331,7 +331,7 @@ Make \VAR{foo}s names of declarations. } - \IT{(\kwd*{DYNAMIC-EXTENT} \OPn{\VAR{variable}} \OPn{(\SO{function} + \IT{(\kwd*{DYNAMIC-EXTENT} \OPn{\VAR{variable}} \OPn{(\kwd{function} \VAR{function})})} { Declare lifetime of \VAR{variable}s and/or \VAR{function}s to end @@ -349,7 +349,7 @@ \kwd*{IGNORE}}{\}} \xorGOO{% \VAR{var}\\ - (\SO{function} \VAR{ function})}{\}^{\!\!*}})} + (\kwd{function} \VAR{ function})}{\}^{\!\!*}})} { Suppress warnings about used/unused bindings. } diff --git a/clqr-control-structure.tex b/clqr-control-structure.tex index 41eff98..c7618cc 100644 --- a/clqr-control-structure.tex +++ b/clqr-control-structure.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2009, 2010, 2011 Bert Burgemeister +% Copyright (C) 2008, 2009, 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, @@ -764,7 +764,7 @@ \IT{(\FU*{SLEEP} \VAR{n})} { - Wait \VAR{n} seconds, return \retval{\NIL}. + Wait \VAR{n} seconds; return \retval{\NIL}. } \end{LIST} diff --git a/clqr-numbers.tex b/clqr-numbers.tex index c0636cd..fbaee86 100644 --- a/clqr-numbers.tex +++ b/clqr-numbers.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2008, 2009, 2010, 2011 Bert Burgemeister +% Copyright (C) 2008, 2009, 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, @@ -216,9 +216,9 @@ state}. } - \IT{\V{\A random-state\A}} + \IT{\V{\A random-state\A}\qquad\qquad\qquad} {\index{*RANDOM-STATE*@\A RANDOM-STATE\A} - Current random state. + Current random state. } \IT{(\FU*{FLOAT-SIGN} \VAR{num-a} \Op{\VAR{num-b}\DF{\LIT{1}}})} -- 2.11.4.GIT