[Openmcl-cvs-notifications] r15300 - /trunk/source/doc/ccl-documentation.html

gb at clozure.com gb at clozure.com
Sat Apr 7 00:00:27 CDT 2012


Author: gb
Date: Sat Apr  7 00:00:27 2012
New Revision: 15300

Log:
updated

Modified:
    trunk/source/doc/ccl-documentation.html

Modified: trunk/source/doc/ccl-documentation.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/doc/ccl-documentation.html (original)
+++ trunk/source/doc/ccl-documentation.html Sat Apr  7 00:00:27 2012
@@ -5,7 +5,7 @@
     <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-=
8" />
     <title>Clozure CL Documentation</title>
     <meta name=3D"generator" content=3D"DocBook XSL Stylesheets V1.75.2" />
-    <link rel=3D"home" href=3D"#id386732" title=3D"Clozure CL Documentatio=
n" />
+    <link rel=3D"home" href=3D"#id348479" title=3D"Clozure CL Documentatio=
n" />
     <link rel=3D"next" href=3D"#about-ccl" title=3D"Chapter=C3=82=C2=A01.=
=C3=82=C2=A0About Clozure CL" />
   </head>
   <body>
@@ -13,7 +13,7 @@
       <div class=3D"titlepage">
         <div>
           <div>
-            <h1 class=3D"title"><a id=3D"id386732"></a>Clozure CL Document=
ation</h1>
+            <h1 class=3D"title"><a id=3D"id348479"></a>Clozure CL Document=
ation</h1>
           </div>
         </div>
         <hr />
@@ -440,7 +440,7 @@
               </dt>
               <dt>
                 <span class=3D"sect1">
-                  <a href=3D"#id560922">10.3. Lisp Standard Streams and OS=
 Standard Streams</a>
+                  <a href=3D"#id542574">10.3. Lisp Standard Streams and OS=
 Standard Streams</a>
                 </span>
               </dt>
             </dl>
@@ -2217,7 +2217,7 @@
           </div>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The following terms ar=
e used in subsequent sections; it
       may be helpful to refer to these definitions.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id510759" cla=
ss=3D"indexterm"></a><a class=3D"glossterm" href=3D"#fasl-file"><em class=
=3D"glossterm">fasl
+          <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id477955" cla=
ss=3D"indexterm"></a><a class=3D"glossterm" href=3D"#fasl-file"><em class=
=3D"glossterm">fasl
         files</em></a> are the object files produced
       by <code class=3D"literal">compile-file</code>.  fasl files store the
       machine code associated with function definitions and the
@@ -2228,7 +2228,7 @@
       types (extensions) to name fasl files on different platforms;
       see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a> </p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">The <a id=3D"id530606"=
 class=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_kernel"><em =
class=3D"glossterm">Lisp
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">The <a id=3D"id461970"=
 class=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_kernel"><em =
class=3D"glossterm">Lisp
         kernel</em></a> is a C program with a fair amount of
       platform-specific assembly language code. Its basic job is to
       map a lisp heap image into memory, transfer control to some
@@ -2238,7 +2238,7 @@
       code. Clozure CL uses different filenames to name the lisp kernel
       files on different platforms; see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a>.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id522918" c=
lass=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_image"><em cla=
ss=3D"glossterm">heap
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id499169" c=
lass=3D"indexterm"></a> <a class=3D"glossterm" href=3D"#lisp_image"><em cla=
ss=3D"glossterm">heap
         image</em></a> is a file that can be quickly mapped into a
       process's address space. Conceptually, it's not too different
       from an executable file or shared library in the OS's native
@@ -2249,7 +2249,7 @@
       comprise Clozure CL. Clozure CL uses different filenames to name the
       standard full heap image files on different platforms; see
       <a class=3D"xref" href=3D"#Platform-specific-filename-conventions" t=
itle=3D"Table=C3=82=C2=A03.1.=C3=82=C2=A0Platform-specific filename convent=
ions">Table=C3=82=C2=A03.1, =C3=A2=C2=80=C2=9CPlatform-specific filename co=
nventions=C3=A2=C2=80=C2=9D</a>.</p>
-          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id541219" c=
lass=3D"indexterm"></a> bootstrapping image is a minimal
+          <p xmlns=3D"http://www.w3.org/1999/xhtml">A <a id=3D"id502401" c=
lass=3D"indexterm"></a> bootstrapping image is a minimal
       heap image used in the process of building Clozure CL itself.  The
       bootstrapping image contains just enough code to load the rest
       of Clozure CL from fasl files.  It may help to think of the
@@ -2261,7 +2261,7 @@
           <p xmlns=3D"http://www.w3.org/1999/xhtml">Each supported platfor=
m (and possibly a few
       as-yet-unsupported ones) has a uniquely named subdirectory of
       <code class=3D"literal">ccl/lisp-kernel/</code>; each such
-      <a id=3D"id515376" class=3D"indexterm"></a>
+      <a id=3D"id498336" class=3D"indexterm"></a>
       contains a Makefile and may contain some auxiliary files (linker
       scripts, etc.) that are used to build the lisp kernel on a
       particular platform.The platform-specific name of the kernel
@@ -3096,7 +3096,7 @@
       over tracing actions.
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id523067" class=3D"indexterm"></a>
+      <a id=3D"id483935" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
"></a>TRACE</em> {<em class=3D"replaceable"><code>keyword</code></em>
         <em class=3D"replaceable"><code>global-value</code></em>}* {<em cl=
ass=3D"replaceable"><code>spec</code></em> |
         (<em class=3D"replaceable"><code>spec</code></em> {<em class=3D"re=
placeable"><code>keyword</code></em>
@@ -3540,17 +3540,17 @@
             </dl>
           </div>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543375" class=3D"indexterm"></a>
+      <a id=3D"id506359" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">Variable bound to the =
current nesting level during execution of before and after trace actions.  =
The default printing actions use it to determine the amount of indentation.=
</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543401" class=3D"indexterm"></a>
+      <a id=3D"id506386" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default before and=
 after print actions will not indent by more than the value of <em class=3D=
"varname">ccl:*trace-max-indent*</em> regardless of the current trace level=
.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543431" class=3D"indexterm"></a>
+      <a id=3D"id506416" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-function"></a>CCL:TRACE-FUNCTION</em> <em class=3D"replaceable"><code>spec=
</code></em> <em class=3D"varname">&key</em> {<em class=3D"replaceable"=
><code>keyword</code></em> <em class=3D"replaceable"><code>value</code></em=
>}*    [Function]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
@@ -3558,7 +3558,7 @@
       <em class=3D"replaceable"><code>keyword</code></em>s are as for TRAC=
E, except that all arguments are evaluated.
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543480" class=3D"indexterm"></a>
+      <a id=3D"id506464" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default print acti=
ons bind <em class=3D"varname">CL:*PRINT-LEVEL*</em> to this value while
@@ -3566,7 +3566,7 @@
       It does not apply to printing of <em class=3D"varname">:print-before=
/:print-after</em> forms or any
       explicit printing done by user code.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543514" class=3D"indexterm"></a>
+      <a id=3D"id506499" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></sp=
an>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">The default print acti=
ons bind <em class=3D"varname">CL:*PRINT-LENGTH*</em> to this value while
@@ -3574,7 +3574,7 @@
       It does not apply to printing of <em class=3D"varname">:print-before=
/:print-after</em> forms or any
       explicit printing done by user code.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id543549" class=3D"indexterm"></a>
+      <a id=3D"id506534" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"trace=
-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></=
span>
     </p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">By default, this is ni=
l. If non-nil it should be a integer,
@@ -3623,7 +3623,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543712">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id506696">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">spec</span></i>---
 	      A specification of the function on which to put the
@@ -3658,7 +3658,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543819">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id506804">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The function <code class=3D"literal">foo</code>, already defined, does
@@ -3703,7 +3703,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543918">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id506903">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The unadvise macro removes the piece or pieces of advice
@@ -3718,7 +3718,7 @@
       </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543985">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id506970">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The arguments have the same meaning as in
@@ -3742,7 +3742,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544063">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507048">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The advisedp macro returns a list of existing pieces of advice
@@ -3754,7 +3754,7 @@
       </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544111">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507096">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The arguments have the same meaning as in
@@ -3914,7 +3914,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544646=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507630=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">The value of t=
his variable is used when :EXTERNAL-FORMAT is
 	        unspecified or specified as :DEFAULT. It can
@@ -3940,7 +3940,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544707=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507692=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">The value of t=
his variable is used when an external-format
                 doesn't specify a line-termination convention (or specifies
@@ -3972,7 +3972,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544790=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507774=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">domain</span></i>---This is used to indicate where the external
 	      format is to be used.  Its value can be almost
@@ -4006,7 +4006,7 @@
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">external-format</span></i>---An external-format object as describ=
ed above.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561310=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523778=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Despite the fu=
nction's name, it doesn't necessarily create a
 	new, unique EXTERNAL-FORMAT object: two calls to
@@ -4179,7 +4179,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id561644"></a>4.5.4.1.=C3=
=82=C2=A0Encoding Problems</h4>
+                    <h4 class=3D"title"><a id=3D"id524112"></a>4.5.4.1.=C3=
=82=C2=A0Encoding Problems</h4>
                   </div>
                 </div>
               </div>
@@ -4195,7 +4195,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id561656"></a>4.5.4.2.=C3=
=82=C2=A0Byte Order Marks</h4>
+                    <h4 class=3D"title"><a id=3D"id524124"></a>4.5.4.2.=C3=
=82=C2=A0Byte Order Marks</h4>
                   </div>
                 </div>
               </div>
@@ -4223,7 +4223,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id561691"></a>4.5.4.3.=C3=
=82=C2=A0<span class=3D"function"><strong>DESCRIBE-CHARACTER-ENCODINGS</str=
ong></span></h4>
+                    <h4 class=3D"title"><a id=3D"id524159"></a>4.5.4.3.=C3=
=82=C2=A0<span class=3D"function"><strong>DESCRIBE-CHARACTER-ENCODINGS</str=
ong></span></h4>
                   </div>
                 </div>
               </div>
@@ -4245,7 +4245,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5617=
52"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5242=
20"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">Writes descr=
iptions of all defined character encodings
 	  to <em class=3D"varname">*terminal-io*</em>.  These descriptions
@@ -4254,7 +4254,7 @@
 	  intended use.</p>
                   </div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5617=
67"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5242=
35"></a>
                     <div class=3D"header">See Also:</div>
                     <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"=
simplelist"><a class=3D"xref" href=3D"#Character-Encodings" title=3D"4.5.4.=
=C3=82=C2=A0Character Encodings">Section=C3=82=C2=A04.5.4, =C3=A2=C2=80=C2=
=9CCharacter Encodings=C3=A2=C2=80=C2=9D</a>, <a class=3D"xref" href=3D"#Ex=
ternal-Formats" title=3D"4.5.2.=C3=82=C2=A0External Formats">Section=C3=82=
=C2=A04.5.2, =C3=A2=C2=80=C2=9CExternal Formats=C3=A2=C2=80=C2=9D</a>, <a c=
lass=3D"xref" href=3D"#Supported-Character-Encodings" title=3D"4.5.4.4.=C3=
=82=C2=A0Supported Character Encodings">Section=C3=82=C2=A04.5.4.4, =C3=A2=
=C2=80=C2=9CSupported Character Encodings=C3=A2=C2=80=C2=9D</a></span>
                   </div>
@@ -4314,7 +4314,7 @@
        other codes map to other Unicode character values.  Intended to
        provide most characters found in most languages used in
        Central/Eastern Europe.</p>
-                    <p>Aliases: <code class=3D"literal">:ISO_8859-2, :LATI=
N-2, :L2,
+                    <p>Aliases: <code class=3D"literal">:ISO_8859-2, :LATI=
N2, :L2,
        :CSISOLATIN2</code></p>
                   </dd>
                   <dt>
@@ -4328,7 +4328,7 @@
        other codes map to other Unicode character values.  Intended to
        provide most characters found in most languages used in
        Southern Europe.</p>
-                    <p>Aliases: <code class=3D"literal">:ISO_8859-3, :LATI=
N,3 :L3,
+                    <p>Aliases: <code class=3D"literal">:ISO_8859-3, :LATI=
N3 :L3,
        :CSISOLATIN3</code></p>
                   </dd>
                   <dt>
@@ -4555,7 +4555,7 @@
                     <p>An 7-bit, fixed-width character encoding in
        which all character codes map to their Unicode
        equivalents. </p>
-                    <p>Aliases: <code class=3D"literal">:CSASCII, :CP63,7 =
:IBM637, :US,
+                    <p>Aliases: <code class=3D"literal">:CSASCII, :CP637, =
:IBM637, :US,
        :ISO646-US, :ASCII, :ISO-IR-6</code></p>
                   </dd>
                   <dt>
@@ -4709,7 +4709,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id562490"></a>4.5.4.5.=C3=
=82=C2=A0Encoding and Decoding Strings</h4>
+                    <h4 class=3D"title"><a id=3D"id524958"></a>4.5.4.5.=C3=
=82=C2=A0Encoding and Decoding Strings</h4>
                   </div>
                 </div>
               </div>
@@ -4734,7 +4734,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5625=
65"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5250=
34"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Returns the number of characters that would be produced by
@@ -4765,7 +4765,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5626=
61"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5251=
29"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Decodes the octets in <em class=3D"varname">vector</em> (or the subseq=
uence
@@ -4814,7 +4814,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5627=
94"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5252=
63"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Encodes <em class=3D"varname">string</em> (or the substring delimited =
by
@@ -4867,7 +4867,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5629=
25"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5253=
93"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
     Returns the number of octets required to encode
@@ -4917,7 +4917,7 @@
               </div>
             </div>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">Clozure CL sets up l=
ogical pathname translations for logical hosts:  <code class=3D"literal">cc=
l</code> and <code class=3D"literal">home</code></p>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563013" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id525482" clas=
s=3D"indexterm"></a>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">The <code class=3D"l=
iteral">CCL</code> logical host should point to the
         <code class=3D"literal">ccl</code> directory.  It is used for a va=
riety of
         purposes by Clozure CL including: locating Clozure CL source code,
@@ -4976,7 +4976,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id563116"></a>4.6.3.1.=C3=
=82=C2=A0Working with native namestrings</h4>
+                    <h4 class=3D"title"><a id=3D"id525584"></a>4.6.3.1.=C3=
=82=C2=A0Working with native namestrings</h4>
                   </div>
                 </div>
               </div>
@@ -4995,7 +4995,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5631=
62"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5256=
31"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	  This function returns a namestring that represents a pathname
@@ -5026,7 +5026,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5632=
36"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5257=
05"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	  Executes <em class=3D"varname">forms</em> in an environemt in which each
@@ -5149,7 +5149,7 @@
       on 32-but platforms; and <em class=3D"varname">(EXPT 2 56)</em> on 6=
4-bit
       platforms.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id563411" class=3D"indexterm"></a>
+      <a id=3D"id525879" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"map-f=
ile-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
         <em class=3D"parameter"><code>pathname</code></em>
         <em class=3D"parameter"><code>element-type</code></em>
@@ -5209,7 +5209,7 @@
       returned by <em class=3D"varname">map-file-to-ivector</em>, Clozure =
CL signals
       a memory error.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id563543" class=3D"indexterm"></a>
+      <a id=3D"id526012" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"unmap=
-ivector"></a>CCL:UNMAP-IVECTOR</em>
         <em class=3D"parameter"><code>displaced-array</code></em>
         [Function]</strong></span>
@@ -5221,7 +5221,7 @@
       closes the mapped file, and changes the displaced-array so that its
       target is an empty vector (of length zero).</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id563579" class=3D"indexterm"></a>
+      <a id=3D"id526047" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"map-f=
ile-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
         <em class=3D"parameter"><code>pathname</code></em>
         [Function]</strong></span>
@@ -5231,7 +5231,7 @@
       for the common case of memory-mapping a file as a vector of
       bytes.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id563611" class=3D"indexterm"></a>
+      <a id=3D"id526079" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"unmap=
-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
         <em class=3D"parameter"><code>displaced-array</code></em>
         [Function]</strong></span>
@@ -5270,7 +5270,7 @@
       access to a special variable that has not been declared
       static.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id563685" class=3D"indexterm"></a>
+      <a id=3D"id526154" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"defst=
atic"></a>DEFSTATIC</em>
         <em class=3D"parameter"><code>var</code></em>
         <em class=3D"parameter"><code>value</code></em>
@@ -5324,7 +5324,7 @@
               </div>
             </div>
           </div>
-          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563798" class=
=3D"indexterm"></a>
+          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526266" class=
=3D"indexterm"></a>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">Clozure CL provides the
       function <code class=3D"literal">CCL:SAVE-APPLICATION</code>, which =
creates a file
       containing an archived Lisp memory image.</p>
@@ -5404,7 +5404,7 @@
       a <code class=3D"literal">MACPTR</code> object that points to the ad=
dress 0 is not
       converted, because address 0 can always be relied upon to refer to
       the same thing.</p>
-          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564019" class=
=3D"indexterm"></a>
+          <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526487" class=
=3D"indexterm"></a>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, =
the constant <code class=3D"literal">CCL:+NULL-PTR+</code>
       refers to a <code class=3D"literal">MACPTR</code> object that points=
 to address 0.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">On all supported platf=
orms, you can
@@ -5415,7 +5415,7 @@
       command-line parameter to the <code class=3D"literal">ccl</code>
       or <code class=3D"literal">ccl64</code> script.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id564066" class=3D"indexterm"></a>
+      <a id=3D"id526535" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"save-=
application"></a>SAVE-APPLICATION</em>
         <em class=3D"parameter"><code>filename</code></em>
         <em class=3D"varname">&key</em>
@@ -5616,7 +5616,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564469">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526938">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">out-file</span></i>---
 	      Name of the file in which to store the concatenation.
@@ -5630,7 +5630,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564529">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526997">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	Creates a fasl file which, when loaded, will have the same
@@ -5690,7 +5690,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564620">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527088">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">mode</span></i>---
 	      One of the keywords :rounding-mode, :overflow,
@@ -5698,7 +5698,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564643">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527112">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	If <em class=3D"varname">mode</em> is supplied, returns the value of
@@ -5737,7 +5737,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564739">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527207">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">rounding-mode</span></i>---
 	      If supplied, must be one of :nearest, :zero, :positive, or
@@ -5746,7 +5746,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">overflow, underflow, division-by-zero, invalid, inexact</span></i=
>---NIL to mask the exception, T to signal it.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564775">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527243">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	Sets the current thread's exception-enable and rounding-mode
@@ -5795,14 +5795,14 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564850=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527318=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">object</span></i>---
 	      Any memory-allocated lisp object.
 	    </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564872=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527340=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	The WATCH function arranges for the specified object to be
@@ -5969,7 +5969,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565046=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527515=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
     The UNWATCH function ensures that the specified object is in
@@ -6003,7 +6003,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565095=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527563=
"></a>
                   <div class=3D"header">Discussion:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This condition is signaled when a watched object is written
@@ -6021,7 +6021,7 @@
 	  </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565148=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527617=
"></a>
                   <div class=3D"header">Restarts:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       A few restarts are provided: one will skip over the faulting
@@ -6089,7 +6089,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id565206"></a>4.12.5.1.=
=C3=82=C2=A0Fancy arrays</h4>
+                    <h4 class=3D"title"><a id=3D"id527674"></a>4.12.5.1.=
=C3=82=C2=A0Fancy arrays</h4>
                   </div>
                 </div>
               </div>
@@ -6116,7 +6116,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id565225"></a>4.12.5.2.=
=C3=82=C2=A0Hash tables</h4>
+                    <h4 class=3D"title"><a id=3D"id527693"></a>4.12.5.2.=
=C3=82=C2=A0Hash tables</h4>
                   </div>
                 </div>
               </div>
@@ -6164,7 +6164,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id565255"></a>4.12.5.3.=
=C3=82=C2=A0Lists</h4>
+                    <h4 class=3D"title"><a id=3D"id527724"></a>4.12.5.3.=
=C3=82=C2=A0Lists</h4>
                   </div>
                 </div>
               </div>
@@ -6357,7 +6357,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565490=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id527958=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">output-file</span></i>---
           Pathname for the output index file.
@@ -6386,7 +6386,7 @@
 	</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565576=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528045=
"></a>
                   <div class=3D"header">Example:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       If you've loaded <code class=3D"filename">foo.lx64fsl</code> and
@@ -6420,7 +6420,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565656=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528124=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Resets all coverage data back to the "Not Executed" state
@@ -6442,7 +6442,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565694=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528162=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Gets rid of the information about which instrumented files have
@@ -6468,7 +6468,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565756=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528224=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Saves all coverage info in a file, so you can restore the
@@ -6494,7 +6494,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565813=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528282=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Restores the coverage data previously saved with
@@ -6525,7 +6525,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565877=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528345=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns a snapshot of the current coverage data. A snapshot is a
@@ -6552,7 +6552,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565944=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528412=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Reinstalls a coverage snapshot as the current coverage state.
@@ -6575,7 +6575,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565995=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528463=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Takes a list of coverage snapshots and returns a new coverage snapsh=
ot
@@ -6599,7 +6599,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566046=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528514=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Saves the coverage snapshot in a file. The snapshot can be
@@ -6626,7 +6626,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566108=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528576=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns the snapshot saved in pathname. Doesn't affect the
@@ -6653,7 +6653,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566175=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528644=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns a sequence of <code class=3D"literal">ccl:coverage-statistic=
s</code> objects, one for each
@@ -6820,7 +6820,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566426=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528894=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Marks a starting point for recording incremental coverage.
@@ -6846,7 +6846,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566486=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id528955=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Returns the delta of coverage since the last reset of incremental co=
verage.
@@ -6880,7 +6880,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566564=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529033=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">collection</span></i>---
           A hash table mapping arbitrary keys to incremental coverage delt=
as, or a sequence of
@@ -6891,7 +6891,7 @@
          </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566601=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529069=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
      Given a hash table <code class=3D"literal">collection</code> whose va=
lues are incremental coverage
@@ -6925,7 +6925,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566681=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529150=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">collection</span></i>---
           A hash table mapping arbitrary keys to incremental coverage delt=
as, or a sequence of
@@ -6942,7 +6942,7 @@
          </p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566742=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529211=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
      Given a hash table <code class=3D"literal">collection</code> whose va=
lues are incremental coverage
@@ -6976,7 +6976,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566823=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529291=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This variable controls whether functions are instrumented for
@@ -7001,7 +7001,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566875=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529343=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
       This macro arranges so that body doesn't record internal details
@@ -7077,7 +7077,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566986">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529454">=
</a>
                 <div class=3D"header">Summary:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Cleanly exit from lisp.  If the exit argument is a value of type
@@ -7112,7 +7112,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567048">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529516">=
</a>
                 <div class=3D"header">Summary:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       Wait for the signal with signal number s to be received, or until
@@ -7143,7 +7143,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567105">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529574">=
</a>
                 <div class=3D"header">Summary:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       In Clozure CL, the cleanup forms are always executed as if they were
@@ -7168,7 +7168,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567152">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529620">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
       When true, the output of <code class=3D"literal">disassemble</code> =
may
@@ -7401,7 +7401,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id501418"></a>5.4.2.1.=C3=
=82=C2=A0Checking for Updates</h4>
+                    <h4 class=3D"title"><a id=3D"id486899"></a>5.4.2.1.=C3=
=82=C2=A0Checking for Updates</h4>
                   </div>
                 </div>
               </div>
@@ -7533,7 +7533,7 @@
       expression <code class=3D"code">(require :build-application)</code>.=
 Clozure CL loads
       the required subsystems, if necessary.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">
-      <a id=3D"id501174" class=3D"indexterm"></a>
+      <a id=3D"id478165" class=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"build=
-application"></a>BUILD-APPLICATION</em> <em class=3D"varname">&key</em>
         (<em class=3D"parameter"><code>name</code></em> <em class=3D"repla=
ceable"><code>"MyApplication"</code></em>)
         (<em class=3D"parameter"><code>type-string</code></em> <em class=
=3D"replaceable"><code>"APPL"</code></em>)
@@ -8333,7 +8333,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523132=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id464138=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if line is a line object, otherwise nil.
@@ -8355,7 +8355,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523184=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id464190=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Given a line, this function returns as a simple string the characters
@@ -8382,7 +8382,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547067=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507890=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -8402,7 +8402,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547120=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507943=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Given a line, line-previous returns the previous line or nil if there
@@ -8426,7 +8426,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547174=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id461244=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the buffer which contains this line. Since a
@@ -8450,7 +8450,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id499476=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id461297=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the number of characters in the line. This
@@ -8473,7 +8473,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id499529=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id461351=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character at position index within line. It
@@ -8498,7 +8498,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551104=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id521175=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the property-list for line. setf, getf, putf and
@@ -8523,7 +8523,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551159=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id521230=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns an object that serves as a signature for a
@@ -8609,7 +8609,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5512=
82"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5213=
52"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if mark is a mark object, otherwise nil.
@@ -8631,7 +8631,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5513=
37"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5214=
06"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the line to which mark points.
@@ -8653,7 +8653,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5513=
90"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5214=
60"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character position <span class=3D"emphasis"><em>=
in the line</em></span> of the character
@@ -8676,7 +8676,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5514=
49"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5215=
18"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the buffer containing this mark.
@@ -8698,7 +8698,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5515=
03"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5215=
72"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character position <span class=3D"emphasis"><em>=
in the buffer</em></span> of the character
@@ -8722,7 +8722,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5515=
62"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5216=
31"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns one of <code class=3D"code">:right-inserting</code>,=
 <code class=3D"code">:left-inserting</code> or
@@ -8746,7 +8746,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5516=
27"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5216=
97"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -8766,7 +8766,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5516=
81"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5217=
50"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character immediately before (after) the
@@ -8801,7 +8801,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5517=
50"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5218=
20"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a mark object that points to the charpos'th
@@ -8826,7 +8826,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5518=
20"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5218=
89"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a new mark pointing to the same position and of
@@ -8849,7 +8849,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5518=
75"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5219=
44"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function deletes mark. Delete any permanent marks when you are
@@ -8872,7 +8872,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5519=
30"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5220=
00"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro binds to each variable mark a mark of kind kind, which
@@ -8912,7 +8912,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5520=
09"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5220=
78"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function changes the mark to point to the given character
@@ -8935,7 +8935,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5520=
65"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5221=
34"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function changes the mark to point to the given character
@@ -8958,7 +8958,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5521=
19"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5221=
88"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function moves mark to the same position as the
@@ -8981,7 +8981,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5521=
77"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5222=
47"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -9001,7 +9001,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5522=
34"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5223=
04"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function changes mark to point to the beginning or the end of
@@ -9024,7 +9024,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5522=
93"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5223=
62"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -9044,7 +9044,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5523=
50"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5224=
20"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions change mark to point to the beginning or end of
@@ -9069,7 +9069,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5524=
06"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5224=
76"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -9089,7 +9089,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5524=
60"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5225=
30"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions change mark to point one character before or after the
@@ -9113,7 +9113,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5525=
16"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5225=
86"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function changes mark to point n characters after (n before if n
@@ -9138,7 +9138,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5525=
76"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5226=
45"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function changes mark to point n lines after (n before if n is
@@ -9193,7 +9193,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5526=
65"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5227=
34"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a region constructed from the marks start and
@@ -9217,7 +9217,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5527=
20"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5227=
90"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if region is a region object, otherwise nil.
@@ -9239,7 +9239,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5527=
75"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5228=
45"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a region with start and end marks pointing to
@@ -9263,7 +9263,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5528=
38"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5229=
07"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a region containing a copy of the text in the
@@ -9287,7 +9287,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5528=
94"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5229=
63"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -9307,7 +9307,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5529=
48"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5230=
18"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions coerce regions to Lisp strings and vice versa.  Within
@@ -9330,7 +9330,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5530=
04"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5230=
73"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a region containing all the characters on
@@ -9354,7 +9354,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5530=
66"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5231=
35"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -9374,7 +9374,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5531=
20"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5231=
90"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the start or end mark of region.
@@ -9396,7 +9396,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5843=
92"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5458=
87"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns as multiple-values the starting and ending marks
@@ -9419,7 +9419,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5844=
39"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5459=
34"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function sets the start and end of region to start and end. It is
@@ -9442,7 +9442,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5844=
86"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5459=
82"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the number of lines in the region, first and
@@ -9468,7 +9468,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5845=
36"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5460=
31"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the number of characters in a given region. This
@@ -9581,7 +9581,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584706=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546201=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the current buffer, which, during command execution, is the
@@ -9604,7 +9604,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584753=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546248=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the buffer-point of the current buffer . This is
@@ -9628,7 +9628,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584801=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546296=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the buffer-point of the current buffer, after first
@@ -9651,7 +9651,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584848=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546343=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the buffer-point of the current buffer, after first
@@ -9675,7 +9675,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584897=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546391=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function checks to see if the current buffer can be modified at its
@@ -9699,7 +9699,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584945=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546440=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function checks to see if the current buffer can be modified at its
@@ -9724,7 +9724,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584993=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546497=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function checks to see if the current buffer can be modified at its
@@ -9749,7 +9749,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585042=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546553=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the top of the current buffer's mark stack.
@@ -9773,7 +9773,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585089=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546608=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function pops the current buffer's mark stack, returning the
@@ -9798,7 +9798,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585145=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546674=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function pushes mark into the current buffer's mark stack,
@@ -9825,7 +9825,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585201=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546740=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function pushes a new mark onto the mark stack, at the position of <c=
ode class=3D"code">mark</code>.
@@ -9848,7 +9848,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585258=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546806=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a list of all the buffer objects made with make-buff=
er.
@@ -9870,7 +9870,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585305=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546861=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This variable holds a <a class=3D"link" href=3D"#StringTableFunctions" tit=
le=3D"6.16.1.=C3=82=C2=A0String-table Functions">string-table</a>
@@ -9902,7 +9902,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585368=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546936=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -9922,7 +9922,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585414=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id546991=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -9942,7 +9942,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585460=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547045=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 make-buffer creates and returns a buffer with the given name. If a
@@ -9979,7 +9979,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585527=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547121=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if buffer is a buffer object, otherwise nil.
@@ -10001,7 +10001,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585574=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547176=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10021,7 +10021,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585620=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547230=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 buffer-name returns the name, which is a string, of the given buffer.
@@ -10047,7 +10047,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585668=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547287=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the buffer's region.  Note this is the region that contains all
@@ -10073,7 +10073,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585725=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547352=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10093,7 +10093,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585771=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547406=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 buffer-pathname returns the pathname of the file associated with the
@@ -10120,7 +10120,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585820=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547463=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the write date for the file associated with the buffer in
@@ -10145,7 +10145,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585868=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547519=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the mark which is the current location within buffer. To move
@@ -10168,7 +10168,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585926=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547586=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the top of buffer's mark stack.  There always is
@@ -10192,7 +10192,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id585973=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547641=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10212,7 +10212,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586019=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547695=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions return the start and end marks of buffer's region:
@@ -10248,7 +10248,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586078=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547762=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10268,7 +10268,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586124=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547817=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if you can modify the buffer, nil if you
@@ -10294,7 +10294,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586173=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547874=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10314,7 +10314,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586219=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547928=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 buffer-modified returns t if the buffer has been modified, nil if it
@@ -10340,7 +10340,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586271=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547989=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro executes forms with buffer's writable status set.  After
@@ -10363,7 +10363,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586318=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548044=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns an arbitrary number which reflects the buffer's
@@ -10387,7 +10387,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586366=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548099=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a <a class=3D"link" href=3D"#StringTableFunctions" t=
itle=3D"6.16.1.=C3=82=C2=A0String-table Functions">string-table</a> contain=
ing the names of
@@ -10410,7 +10410,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586423=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548165=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the list of the names of the modes active in
@@ -10434,7 +10434,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586475=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548227=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the list of buffer specific functions
@@ -10457,7 +10457,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586523=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548282=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10477,7 +10477,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586572=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548336=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 delete-buffer removes buffer from <a class=3D"link" href=3D"#f_all-buffers=
" title=3D"Function all-buffers">(all-buffers)</a> and its name
@@ -10571,7 +10571,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586724=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548487=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a modeline-field object with name, width,
@@ -10598,7 +10598,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586782=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548544=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the name field of a modeline-field object.
@@ -10622,7 +10622,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586838=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548600=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if its argument is a modeline-field object, nil
@@ -10645,7 +10645,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586893=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548655=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns the modeline-field object named name. If none exists, this
@@ -10668,7 +10668,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id586948=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548711=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the function called when updating the modeline-field. When this
@@ -10694,7 +10694,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587005=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548768=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the width to which modeline-field is constrained, or nil
@@ -10720,7 +10720,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587062=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548825=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns a copy of the list of buffer's modeline-field objects. This
@@ -10749,7 +10749,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587121=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548884=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 If field, a modeline-field or the name of one, is in buffer's list of
@@ -10772,7 +10772,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587176=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548940=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Arranges so that the modeline display is updated with the latest values
@@ -10822,7 +10822,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587264=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549028=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10842,7 +10842,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587318=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549082=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -10862,7 +10862,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587373=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549136=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Inserts character, string or region at mark. <code class=3D"code">insert-c=
haracter</code> signals
@@ -10887,7 +10887,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587436=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549199=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Like <code class=3D"code">insert-region</code>, inserts the region at the =
mark's position,
@@ -10914,7 +10914,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587497=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549260=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This deletes n characters after the mark (or -n before if n is
@@ -10940,7 +10940,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587554=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549316=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This deletes region. This is faster than delete-and-save-region
@@ -10965,7 +10965,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587610=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549372=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This deletes region and returns a region containing the original
@@ -10990,7 +10990,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587667=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549428=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Destructively modifies region by replacing the text of each line with
@@ -11049,7 +11049,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587780=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549541=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if the mark points before the first character in a line, nil
@@ -11072,7 +11072,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587834=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549596=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if the mark points after the last character in a line and
@@ -11099,7 +11099,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587898=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549659=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if line contains only characters with a Whitespace attribute
@@ -11123,7 +11123,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id587958=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549720=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11143,7 +11143,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588012=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549774=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions test if all the characters preceding or following mark
@@ -11166,7 +11166,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588068=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549830=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if mark1 and mark2 point to the same line, or nil otherwise; Tha=
t is,
@@ -11195,7 +11195,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588129=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549890=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11215,7 +11215,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588183=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549944=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11235,7 +11235,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588237=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id549998=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11255,7 +11255,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588291=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550052=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11275,7 +11275,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588345=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550106=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11295,7 +11295,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588400=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550160=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These predicates test the relative ordering of two marks in a piece of
@@ -11320,7 +11320,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588456=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550216=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11340,7 +11340,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588511=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550270=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11360,7 +11360,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588564=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550324=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11380,7 +11380,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588618=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550379=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These predicates test the ordering of line1 and line2. An error is signall=
ed
@@ -11403,7 +11403,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588674=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550434=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if line1 and line2 are in the same buffer, nil
@@ -11426,7 +11426,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588729=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550489=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11446,7 +11446,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588783=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550543=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
                         <code class=3D"code">first-line-p</code> returns t=
 if there is no line before the line mark is on,
@@ -11486,7 +11486,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588874=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550634=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This kills region saving it in the kill ring. Current-type is either
@@ -11514,7 +11514,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588937=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550698=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -11534,7 +11534,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id588992=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550753=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 kill-characters kills count characters after mark if count is
@@ -11642,7 +11642,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589145=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550906=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 When this variable is non-nil, some primitives signal an editor-error
@@ -11666,7 +11666,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589201=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id550963=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This is a list of <a class=3D"link" href=3D"#CommandTypes" title=3D"6.7.3.=
=C3=82=C2=A0Command Types">command types</a>, and its initial
@@ -11696,7 +11696,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589265=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551028=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This makes the current-region active.
@@ -11718,7 +11718,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589320=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551082=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 After invoking this the current-region is no longer active.
@@ -11740,7 +11740,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589375=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551137=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns whether the current-region is active, including
@@ -11763,7 +11763,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589430=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551192=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This signals an editor-error when active regions are enabled, and the
@@ -11786,7 +11786,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589489=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551252=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns a region formed with current-mark and current-point,
@@ -11831,7 +11831,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589574=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551337=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns a search-pattern object which can be given to the find-pattern
@@ -11889,7 +11889,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589774=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551537=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if search-pattern is a search-pattern object, otherwise nil.
@@ -11911,7 +11911,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589829=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551592=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 get-search-pattern interfaces to a default search string and pattern
@@ -11938,7 +11938,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589886=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551648=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the last string searched for, useful when prompting.
@@ -11960,7 +11960,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id589941=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551703=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Find the next match of search-pattern starting at mark. If a match is
@@ -11985,7 +11985,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590001=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id551763=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Replace n matches of search-pattern with the string replacement
@@ -12159,7 +12159,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590312=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552075=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This variable holds a string-table of the names of all the global
@@ -12183,7 +12183,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590368=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552131=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a list of variable tables currently established,
@@ -12220,7 +12220,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590443=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552206=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function defines a Hemlock variable. Functions that take a
@@ -12263,7 +12263,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590595=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552358=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the value of a Hemlock variable in some place. The f=
ollowing values for kind are defined:
@@ -12302,7 +12302,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590728=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552491=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -12322,7 +12322,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590786=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552549=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -12342,7 +12342,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590843=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552607=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These function return the documentation, hooks and string name of a
@@ -12366,7 +12366,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590899=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552663=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function converts a string into the corresponding variable symbol
@@ -12389,7 +12389,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id590955=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552718=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -12409,7 +12409,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591009=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552772=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These macros get and set the current value of the Hemlock variable
@@ -12432,7 +12432,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591068=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552831=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro is very similar to let in effect; within its scope each of
@@ -12458,7 +12458,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591128=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552892=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if name is defined as a Hemlock variable in the place
@@ -12481,7 +12481,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591187=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id552950=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -12501,7 +12501,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591241=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553004=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 delete-variable makes the Hemlock variable name no longer defined in
@@ -12558,7 +12558,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591329=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553091=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -12578,7 +12578,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591383=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553145=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These macros add or remove a hook function in some place. If hook-fun
@@ -12610,7 +12610,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id591448=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553211=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro calls all the functions in place. If place is a symbol,
@@ -12693,7 +12693,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5915=
91"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5533=
54"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Holds a <a class=3D"link" href=3D"#StringTableFunctions" title=3D"6.16.1.=
=C3=82=C2=A0String-table Functions">string-table</a> associating command na=
mes to command
@@ -12717,7 +12717,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5916=
59"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5534=
21"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Defines a command named name. defcommand creates a function to
@@ -12749,7 +12749,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5917=
37"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5535=
00"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Defines a new command named name, with command documentation
@@ -12778,7 +12778,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5918=
08"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5535=
71"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if command is a command object, otherwise nil.
@@ -12800,7 +12800,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5918=
66"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5536=
28"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -12820,7 +12820,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5919=
22"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5536=
85"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                   </div>
@@ -12840,7 +12840,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5919=
78"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5537=
40"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the documentation, function, or name for command. These may be
@@ -12922,7 +12922,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5920=
93"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5538=
56"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 The command interpreter invokes the function in this variable whenever
@@ -13029,7 +13029,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5922=
58"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5540=
21"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function associates command name and key in some environment. Key
@@ -13074,7 +13074,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5923=
94"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5541=
56"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a list of the places where command is bound.  A
@@ -13099,7 +13099,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5924=
56"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5542=
18"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function removes the binding of key in some place. Key is either
@@ -13131,7 +13131,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5925=
34"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5542=
96"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the command bound to key, returning nil if it is
@@ -13174,7 +13174,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5926=
78"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5544=
40"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function maps over the key bindings in some place.  For each
@@ -13235,7 +13235,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5927=
72"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5545=
34"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This form is setf-able and allows users to register key translations
@@ -13314,7 +13314,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id592896=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554657=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns the command type of the last command invoked. If this is
@@ -13373,7 +13373,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5929=
88"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5547=
50"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the current value of the prefix argument.  When
@@ -13470,7 +13470,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593126=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554889=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This variable contains a list of mode names which are instantiated in
@@ -13493,7 +13493,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593181=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554944=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Holds a string-table of the names of all the modes.
@@ -13515,7 +13515,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593235=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554999=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This is a useful command to bind in modes that wish to shadow global
@@ -13549,7 +13549,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593307=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555070=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function defines a new mode named name, and enters it in
@@ -13597,7 +13597,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593391=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555155=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the documentation for the mode named name.
@@ -13619,7 +13619,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593446=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555210=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -13639,7 +13639,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593501=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555264=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 buffer-major-mode returns the name of buffer's major mode.  The major
@@ -13663,7 +13663,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593556=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555320=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -13683,7 +13683,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593611=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555374=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 buffer-minor-mode returns t if the minor mode name is active in
@@ -13708,7 +13708,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593667=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555430=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the string-table of mode local variables.
@@ -13730,7 +13730,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593722=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555485=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if name is the name of a major mode, or nil if it is the
@@ -13837,7 +13837,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593890=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555652=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Whenever a character attribute is defined, its name is entered in this
@@ -13869,7 +13869,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id593966=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555728=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function defines a new character attribute with name, a
@@ -13904,7 +13904,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594033=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555796=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -13924,7 +13924,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594089=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555851=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions return the name or documentation for attribute.
@@ -13946,7 +13946,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594144=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555906=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -13966,7 +13966,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594198=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id555961=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 character-attribute returns the value of attribute for character. This
@@ -14000,7 +14000,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594265=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556027=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if symbolis the name of a character attribute,
@@ -14023,7 +14023,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594320=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556082=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -14043,7 +14043,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594375=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556137=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function establishes value as the value of character's attribute
@@ -14070,7 +14070,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594432=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556195=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -14090,7 +14090,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594487=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556249=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Make the value of attribute for character no longer be shadowed in
@@ -14114,7 +14114,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594546=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556308=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -14134,7 +14134,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594605=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556366=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions find the next (or previous) character with some value
@@ -14164,7 +14164,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594668=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556429=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -14184,7 +14184,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594722=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556484=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These are equivalent to (find-attribute mark attribute #'zerop) and
@@ -14228,7 +14228,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id594801=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556563=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Return the current hook list for attribute. This may be set with
@@ -14468,7 +14468,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595203=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556966=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 current-view returns the hemlock view which is the target of the
@@ -14501,7 +14501,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595270=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557033=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if object is a hemlock view, otherwise nil.
@@ -14523,7 +14523,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595325=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557087=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the buffer which is displayed in the view.
@@ -14554,7 +14554,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595391=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557152=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the X position at which mark would be displayed,
@@ -14578,7 +14578,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595450=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557212=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function is analogous to <a class=3D"link" href=3D"#f_move-to-positio=
n" title=3D"Function move-to-position">move-to-position</a>, except that
@@ -14619,7 +14619,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595533=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557295=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Normally, after a command that changes the contents of the buffer
@@ -14706,7 +14706,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595781=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557542=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This variable holds a string-table mapping all logical key-event names
@@ -14729,7 +14729,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595837=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557599=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function defines a new logical key-event with name string-name.
@@ -14757,7 +14757,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595898=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557660=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the list of key-events representing the logical
@@ -14780,7 +14780,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id595954=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557716=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -14800,7 +14800,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596009=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557771=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These functions return the string name and documentation given
@@ -14823,7 +14823,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596064=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557826=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if key-event is the logical key-event
@@ -14986,7 +14986,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596327=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558089=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Clears the echo area.
@@ -15008,7 +15008,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596385=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558147=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -15028,7 +15028,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596443=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558205=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Displays a message in the echo area, replacing previous contents if any.
@@ -15051,7 +15051,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596498=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558260=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Gets the user's attention, typically by making a sound.
@@ -15155,7 +15155,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596675=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558436=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Prompts with completion for a buffer name and returns the
@@ -15183,7 +15183,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596736=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558498=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a key-event returning immediately when the
@@ -15207,7 +15207,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596807=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558569=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a key, a vector of key-events, suitable for
@@ -15233,7 +15233,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596874=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558636=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for an acceptable filename.  "Acceptable" means
@@ -15259,7 +15259,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596935=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558696=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a possibly signed integer. If must-exist is
@@ -15283,7 +15283,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id596994=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558756=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a keyword with completion, using the string
@@ -15317,7 +15317,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597062=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558823=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function reads a Lisp expression.  If must-exist is nil, and a
@@ -15340,7 +15340,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597121=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558882=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a string; this cannot fail.
@@ -15362,7 +15362,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597180=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558941=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function prompts for a variable name.  If must-exist is non-nil,
@@ -15387,7 +15387,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597240=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559001=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This prompts for logical key events :Y or :N, returning t or nil without w=
aiting for
@@ -15414,7 +15414,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597302=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559062=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function is to prompt-for-y-or-n as yes-or-no-p is to
@@ -15438,7 +15438,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597358=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559118=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro is analogous to the Common Lisp case macro. Commands such
@@ -15542,7 +15542,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597530=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559290=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 If this variable is true, then an attempt to complete a parse which is
@@ -15580,7 +15580,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597606=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559367=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function enters a mode reading input from the user and echoing it in =
the echo area, and
@@ -15655,7 +15655,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597835=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559596=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Display the help text for the parse currently in progress.
@@ -15677,7 +15677,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597890=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559651=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This attempts to complete the current region.
@@ -15700,7 +15700,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id597946=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559706=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Similar to <code class=3D"code">Complete Keyword</code>, but only attempts=
 to complete up to and
@@ -15726,7 +15726,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598006=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559767=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Call the verification function with the current input.  If it
@@ -15797,7 +15797,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598109=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559869=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This defines a new file option with the string
@@ -15821,7 +15821,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598165=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559925=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This defines some code that process-file-options(below) executes when
@@ -15846,7 +15846,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598225=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559986=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This checks for file options in buffer and invokes handlers if there
@@ -15888,7 +15888,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598300=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560060=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a string of the form "file-namestring directory-name=
string".
@@ -15910,7 +15910,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598355=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560115=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -15930,7 +15930,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598410=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560170=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -15950,7 +15950,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598466=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560226=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These variables control the computation of default pathnames when
@@ -15974,7 +15974,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598522=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560282=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns Buffer Pathname if it is bound.  If it is not bound, and
@@ -16026,7 +16026,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598610=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560371=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This inserts the file named by pathname at mark.
@@ -16048,7 +16048,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598668=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560429=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16068,7 +16068,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598722=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560482=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function writes the contents of region to the file named by
@@ -16101,7 +16101,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598788=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560548=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16121,7 +16121,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598843=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560603=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16141,7 +16141,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id598898=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560658=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 write-buffer-file writes buffer to the file named by pathname
@@ -16226,7 +16226,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599033=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560793=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16246,7 +16246,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599086=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560847=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 read-buffer-file deletes buffer's region and uses read-file to read
@@ -16362,7 +16362,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599265=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561025=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This a standard Common Lisp function.  If x is supplied and is a
@@ -16408,7 +16408,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599343=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561103=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This is a Hemlock <a class=3D"link" href=3D"#RingFunctions" title=3D"6.16.=
2.=C3=82=C2=A0Ring Functions">ring buffer</a> that holds the last 60
@@ -16431,7 +16431,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599404=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561164=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the last key-event the user typed to invoke the curr=
ent command.
@@ -16453,7 +16453,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599459=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561219=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character corresponding to the last key event ty=
ped.
@@ -16494,7 +16494,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599546=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561306=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a stream that inserts at mark all
@@ -16530,7 +16530,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599656=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561416=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if object is a hemlock-output-stream object.
@@ -16552,7 +16552,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599712=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561472=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a stream from which the text in
@@ -16575,7 +16575,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599767=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561527=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if object is a hemlock-region-stream object.
@@ -16597,7 +16597,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599823=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561583=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 While evaluating forms, binds var to a stream which returns input from reg=
ion.
@@ -16619,7 +16619,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599878=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561638=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 During the evaluation of the forms, binds var to a stream which inserts
@@ -16643,7 +16643,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id599938=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561698=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro executes forms in a context with var bound to a
@@ -16694,7 +16694,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600027=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561787=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function is called to report minor errors to the user.  These are
@@ -16721,7 +16721,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600085=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561844=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Within the body of this macro any Lisp errors that occur are handled
@@ -16765,7 +16765,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600160=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id561919=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function tries to find the definition of <code class=3D"code">name</c=
ode>, create
@@ -16812,7 +16812,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600246=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562006=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This evaluates forms inside handle-lisp-errors. It also binds
@@ -16836,7 +16836,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600302=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562062=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This iterates over alphabetic characters in Common Lisp binding var to
@@ -16887,7 +16887,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600388=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562148=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 The value of this variable determines how indentation is done, and it
@@ -16916,7 +16916,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600447=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562207=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16936,7 +16936,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600501=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562261=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Indent with Tabs should be true if indenting should use tabs
@@ -16960,7 +16960,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600557=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562317=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -16980,7 +16980,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600612=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562372=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 indent-region invokes the value of Indent Function on every line of
@@ -17004,7 +17004,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600668=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562428=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This deletes all characters on either side of mark with a Space attribute =
(see <a class=3D"link" href=3D"#SystemDefinedCharacterAttributes" title=3D"=
6.9.5.=C3=82=C2=A0System Defined Character Attributes">System Defined Chara=
cter Attributes</a>) of 1.
@@ -17050,7 +17050,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600754=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562513=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17070,7 +17070,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600808=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562568=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17090,7 +17090,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600863=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562622=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17110,7 +17110,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600918=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562677=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17130,7 +17130,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id600972=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562731=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17150,7 +17150,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601027=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562785=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 pre-command-parse-check calls Parse Start Function and Parse End
@@ -17187,7 +17187,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601092=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562850=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This tries to move mark count forms forward if positive or -count
@@ -17212,7 +17212,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601148=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562906=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This tries to move mark count top level forms forward if positive or
@@ -17237,7 +17237,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601205=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id562963=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This moves mark1 and mark2 to the beginning and end, respectively, of
@@ -17265,7 +17265,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601263=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563021=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns a region around the current or next defun with respect to
@@ -17290,7 +17290,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601319=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563077=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17310,7 +17310,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601374=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563131=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These return, respectively, whether mark is inside a top level form or
@@ -17335,7 +17335,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601436=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563193=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17355,7 +17355,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601490=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563248=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Respectively, these move mark immediately past a character whose Lisp
@@ -17380,7 +17380,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601552=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563310=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns t or nil depending on whether the character indicated by
@@ -17405,7 +17405,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601609=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563366=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This defines the function with name to have count special
@@ -17447,7 +17447,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601688=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563446=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This moves mark count words forward (if positive) or backwards (if
@@ -17474,7 +17474,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601751=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563509=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This moves mark count sentences forward (if positive) or backwards (if neg=
ative). If mark is in the middle of a sentence, that counts as one. If ther=
e were count (-count if negative) sentences in the appropriate direction, t=
his returns mark, otherwise nil. This always moves mark. =

@@ -17504,7 +17504,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601819=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563576=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17524,7 +17524,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601874=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563632=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This moves mark count paragraphs forward (if positive) or backwards
@@ -17595,7 +17595,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id601972=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563730=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This marks the next or current paragraph, setting mark1 to the
@@ -17654,7 +17654,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602069=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563827=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17674,7 +17674,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602124=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563881=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 These variables hold the default values of the prefix and column
@@ -17698,7 +17698,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602183=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id563941=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This deletes any blank lines in region and fills it according to
@@ -17722,7 +17722,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602243=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564001=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This finds paragraphs within region and fills them
@@ -17789,7 +17789,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602343=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564101=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function creates an empty string table that uses separator as the
@@ -17821,7 +17821,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602405=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564163=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns t if string-table is a string-table object,
@@ -17844,7 +17844,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602460=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564218=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the separator character given to
@@ -17867,7 +17867,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602515=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564273=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -17887,7 +17887,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602569=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564328=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 delete-string removes any entry for string from the string-table
@@ -17911,7 +17911,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602625=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564383=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns as multiple values, first the value
@@ -17940,7 +17940,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602686=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564445=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function completes string as far as possible over the list of
@@ -18029,7 +18029,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602876=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564634=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml"> </p>
                 </div>
@@ -18049,7 +18049,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602930=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564688=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 find-ambiguous returns a list in alphabetical order of all the strings
@@ -18079,7 +18079,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id602992=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564750=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro iterates over the strings in table in alphabetical
@@ -18119,7 +18119,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603080=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564839=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Makes an empty ring object capable of holding up to length Lisp
@@ -18143,7 +18143,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603136=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564895=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns t if ring is a ring object, otherwise nil.
@@ -18165,7 +18165,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603191=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id564950=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns as multiple-values the number of elements which ring currently
@@ -18188,7 +18188,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603246=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565005=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Returns the index'th item in the ring, where zero is the index of the
@@ -18211,7 +18211,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603302=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565060=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Pushes object into ring, possibly causing the oldest item to go away.
@@ -18233,7 +18233,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603356=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565115=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Removes the most recently pushed object from ring and returns it. If
@@ -18256,7 +18256,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id603412=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id565170=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">
 With a positive offset, rotates ring forward that many times. In a
@@ -18380,7 +18380,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6035=
71"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5653=
28"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function establishes a mapping from preferred-name to keysym for
@@ -18413,7 +18413,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6036=
35"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5653=
92"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 Defines the window-system code for the key event which in Hemlock is
@@ -18436,7 +18436,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6036=
91"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5654=
49"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function defines keysym named name for key-events representing
@@ -18461,7 +18461,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6037=
49"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5655=
06"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the keysym named name. If name is unknown, this
@@ -18484,7 +18484,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6038=
05"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5655=
62"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the list of all names for keysym. If keysym is
@@ -18507,7 +18507,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6038=
61"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5656=
18"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns the preferred name for keysym, how it is typically
@@ -18530,7 +18530,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6039=
18"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5656=
76"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This establishes long-name and short-name as modifier names for
@@ -18593,7 +18593,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6040=
32"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5657=
91"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This variable holds all the defined modifier names.
@@ -18615,7 +18615,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6040=
92"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5658=
50"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns bits suitable for make-key-event from the
@@ -18639,7 +18639,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6041=
49"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5659=
07"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a mask for modifier-name. This mask is suitable
@@ -18663,7 +18663,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6042=
06"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5659=
65"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns a list of key-event modifier names, one for each modifier
@@ -18686,7 +18686,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6042=
62"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5660=
20"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns a key-event described by object with
@@ -18711,7 +18711,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6043=
20"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5660=
78"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns whether object is a key-event.
@@ -18733,7 +18733,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6043=
76"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5661=
33"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the bits field of a key-event.
@@ -18755,7 +18755,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6044=
32"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5661=
89"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the keysym field of a key-event.
@@ -18777,7 +18777,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6044=
88"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5662=
45"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the key-event associated with character. You can
@@ -18800,7 +18800,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6045=
44"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5663=
01"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns the character associated with key-event. You can
@@ -18827,7 +18827,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6046=
02"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5663=
60"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This function returns whether key-event has the bit set named by
@@ -18850,7 +18850,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6046=
62"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5664=
20"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This macro evaluates each form with var bound to a key-event
@@ -18876,7 +18876,7 @@
               <p>
                 <div>
                   <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id6047=
23"></a>
+                    <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id5664=
82"></a>
                     <div class=3D"header">Description:</div>
                     <p xmlns=3D"http://www.w3.org/1999/xhtml">
 This returns a string representing key, a key-event or vector of key-event=
s, in a
@@ -18924,7 +18924,7 @@
                 </dt>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id532706">7.3.2.  As of August 2003:</a>
+                    <a href=3D"#id508951">7.3.2.  As of August 2003:</a>
                   </span>
                 </dt>
               </dl>
@@ -19175,7 +19175,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id532706"></a>7.3.2.=C3=82=
=C2=A0 As of August 2003:</h3>
+                  <h3 class=3D"title"><a id=3D"id508951"></a>7.3.2.=C3=82=
=C2=A0 As of August 2003:</h3>
                 </div>
               </div>
             </div>
@@ -19627,13 +19627,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id511023">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477609">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---a list of all lisp processes (threads)
 		        known to Clozure CL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id511049">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477635">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns a list o=
f all lisp processes (threads) known
 	      to Clozure CL as of
@@ -19645,7 +19645,7 @@
 	      sense in which such a list can be accurate.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id511064">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477650">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#v_current-process" title=3D"V=
ariable *CURRENT-PROCESS*">
@@ -19673,7 +19673,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id511134">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477719">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string, used to identify the process.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">persistent</span></i>---if true, requests that information about =
the process
@@ -19717,7 +19717,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---the newly-created process.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556263">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532516">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a new lisp process (thread) with the
 	      specified attributes. <em class=3D"varname">process</em> will not b=
egin
@@ -19738,7 +19738,7 @@
 	      is used.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584142">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532568">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PROC=
ESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-p=
reset</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Functi=
on PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">pr=
ocess-enable</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" ti=
tle=3D"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-run-function</b></a></span>
               </div>
@@ -19757,7 +19757,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584221">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532647">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">process</em> had been runnable
@@ -19767,7 +19767,7 @@
 		        transitioned from 0 to 1.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584275">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532701">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Suspends <em cla=
ss=3D"varname">process</em>, preventing it from
 	      running, and stopping it if it was already running. This is a fairly
@@ -19789,12 +19789,12 @@
 	    did.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584330">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532756">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-resume" title=3D"Function PROC=
ESS-RESUME"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-r=
esume</b></a>, <a class=3D"xref" href=3D"#f_process-suspend-count" title=3D=
"Function PROCESS-SUSPEND-COUNT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">process-suspend-count</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553214">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532781">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><span class=3D"f=
unction"><strong>process-suspend</strong></span> was previously called
 	      <span class=3D"function"><strong>process-disable</strong></span>.
@@ -19820,7 +19820,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553295">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532862">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">process</em> had been suspended
@@ -19831,7 +19831,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553349">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532915">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Undoes the effec=
t of a previous call to
 	      <a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>; if
@@ -19842,12 +19842,12 @@
 	      <em class=3D"varname">process</em>, to a minimum of 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553380">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532946">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>, <a class=3D"xref" href=3D"#f_process-suspend-count" title=
=3D"Function PROCESS-SUSPEND-COUNT"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">process-suspend-count</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553405">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532971">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      This was previously called PROCESS-ENABLE;
@@ -19873,7 +19873,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556958">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533036">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---The number of "outstanding"
@@ -19883,7 +19883,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557011">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533090">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">An "outstanding"=
 <a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PROCESS-SU=
SPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-suspen=
d</b></a> call
 	      is one which has not yet been reversed by a call to
@@ -19898,7 +19898,7 @@
 	      0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557061">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533140">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-suspend" title=3D"Function PRO=
CESS-SUSPEND"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-suspend</b></a>, <a class=3D"xref" href=3D"#f_process-resume" title=3D"Fun=
ction PROCESS-RESUME"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>process-resume</b></a></span>
               </div>
@@ -19919,7 +19919,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557138">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533216">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">function</span></i>---a function, designated by itself or by a sy=
mbol
@@ -19930,7 +19930,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558714">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533290">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Typically used t=
o initialize a newly-created or newly-reset
 	      process, setting things up so that when <em class=3D"varname">proce=
ss</em>
@@ -19944,7 +19944,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558758">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533334">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Function PRO=
CESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
enable</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" title=3D=
"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">process-run-function</b></a></span>
               </div>
@@ -19965,7 +19965,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558840">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533416">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---a time interval in seconds.  May be any
@@ -19974,7 +19974,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558902">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533478">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to begin t=
he execution of <em class=3D"varname">process</em>.
 	      An error is signaled if <em class=3D"varname">process</em> has never
@@ -19991,12 +19991,12 @@
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A process cannot=
 meaningfully attempt to enable itself.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558950">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533527">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PRO=
CESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
preset</b></a>, <a class=3D"xref" href=3D"#f_process-run-function" title=3D=
"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">process-run-function</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id558981">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533558">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would be nice=
 to have more discussion of what it means
 	      to synchronize with the process.</p>
@@ -20017,7 +20017,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559100">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533677">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string, used to identify the process.
 		        Passed to <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"=
function"><strong>make-process</strong></span>.</p>
@@ -20041,7 +20041,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---the newly-created process.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559310">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533886">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates a lisp p=
rocess (thread) via
 	      <a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>,
@@ -20054,7 +20054,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559345">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533921">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-process" title=3D"Function MAKE-P=
ROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-process<=
/b></a>, <a class=3D"xref" href=3D"#f_process-preset" title=3D"Function PRO=
CESS-PRESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-=
preset</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Funct=
ion PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">p=
rocess-enable</b></a></span>
               </div>
@@ -20075,7 +20075,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559428">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534005">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">function</span></i>---a function.
@@ -20088,7 +20088,7 @@
 		        NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559521">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534097">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges for <em=
 class=3D"varname">process</em>
 	      to apply <em class=3D"varname">function</em> to <em class=3D"varnam=
e">args</em> at
@@ -20119,7 +20119,7 @@
 	      to or enters lisp.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567192">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534172">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#m_without-interrupts" title=
=3D"Macro WITHOUT-INTERRUPTS">
@@ -20128,7 +20128,7 @@
                 </span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567212">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534191">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would probabl=
y be better for <em class=3D"varname">result</em>
 	      to always be NIL, since the present behavior is inconsistent.
@@ -20158,24 +20158,24 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567277">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529704">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A lisp process (=
thread).</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567288">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529715">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Bound separately=
 in each process, to that process itself.
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567300">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529727">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used when lisp c=
ode needs to find out what process it is
 	      executing in.  Shouldn't be set by user code.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567312">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529739">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_all-processes" title=3D"Fun=
ction ALL-PROCESSES">
@@ -20199,14 +20199,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567382">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529809">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">kill-option</span></i>---an internal argument, must be nil.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567438">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529865">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Causes <em class=
=3D"varname">process</em> to cleanly exit
 	      from any ongoing computation and enter a state where it can be
@@ -20233,7 +20233,7 @@
 	      use of <a class=3D"xref" href=3D"#f_process-interrupt" title=3D"Fun=
ction PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">process-interrupt</b></a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567505">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id529933">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-kill" title=3D"Function PROCES=
S-KILL"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-kill<=
/b></a>, <a class=3D"xref" href=3D"#f_process-abort" title=3D"Function PROC=
ESS-ABORT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-ab=
ort</b></a></span>
               </div>
@@ -20253,14 +20253,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567579">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530006">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread), which
 		      may not be the current process.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567620">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530047">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Equivalent to calling (process-reset process) and
@@ -20268,7 +20268,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567632">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530059">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-enable" title=3D"Function =
PROCESS-ENABLE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-enable</b></a></span>
               </div>
@@ -20288,13 +20288,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567705">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530133">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---undefined.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567746">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530174">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Causes <em class=3D"varname">process</em> to cleanly exit
@@ -20302,7 +20302,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567762">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530188">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-abort" title=3D"Function P=
ROCESS-ABORT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-abort</b></a></span>
               </div>
@@ -20324,13 +20324,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567845">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530272">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a lisp process (thread).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">condition</span></i>---a lisp condition.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567886">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530313">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Entirely equival=
ent to calling
 	      (<a class=3D"xref" href=3D"#f_process-interrupt" title=3D"Function =
PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">pr=
ocess-interrupt</b></a> <em class=3D"varname">process</em>
@@ -20344,7 +20344,7 @@
 	      <em class=3D"varname">condition</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id567950">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530376">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-reset" title=3D"Function PROCE=
SS-RESET"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-res=
et</b></a>, <a class=3D"xref" href=3D"#f_process-kill" title=3D"Function PR=
OCESS-KILL"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-k=
ill</b></a></span>
               </div>
@@ -20363,19 +20363,19 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568008">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530435">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A positive integ=
er.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568020">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530446">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The clock resolu=
tion of the OS scheduler.  Currently,
 	      both LinuxPPC and DarwinPPC yield an initial value of 100.
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568032">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530458">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This value is or=
dinarily of marginal interest at best,
 	      but, for backward compatibility, some functions accept timeout
@@ -20383,7 +20383,7 @@
 	      ticks per second.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568045">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530471">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_process-wait-with-timeout" =
title=3D"Function PROCESS-WAIT-WITH-TIMEOUT">
@@ -20407,7 +20407,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568149">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530575">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This information=
 is primarily for the benefit of
 	      debugging tools.  <em class=3D"varname">whostate</em> is a terse re=
port
@@ -20421,12 +20421,12 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568192">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530617">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-wait" title=3D"Function PROCES=
S-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-wait<=
/b></a>, <a class=3D"xref" href=3D"#f_process-wait-with-timeout" title=3D"F=
unction PROCESS-WAIT-WITH-TIMEOUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">process-wait-with-timeout</b></a>, <a class=3D"xref" href=3D"=
#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568223">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530648">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This should argu=
ably be SETFable, but doesn't seem to
 	      ever have been.</p>
@@ -20450,7 +20450,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568282">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530706">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Advises the OS s=
cheduler that the current thread has nothing
 	      useful to do and that it should try to find some other thread to
@@ -20459,12 +20459,12 @@
 	      occur.  For example, you could use a lock or semaphore.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568296">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530720">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, =
<a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMI=
NAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-termi=
nal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568343">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530768">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This is a holdov=
er from the days of cooperative
 	      multitasking.  All modern general-purpose operating systems use
@@ -20487,7 +20487,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568408">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530832">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">whostate</span></i>---a string, which will be the value of
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#f_process-whostate" title=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http:=
//www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>
@@ -20500,7 +20500,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568488">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530911">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Causes the curre=
nt lisp process (thread) to repeatedly
 	      apply <em class=3D"varname">function</em> to
@@ -20517,7 +20517,7 @@
 	      or semaphore.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568523">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id530946">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_process-whostate" title=3D"Function PR=
OCESS-WHOSTATE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-whostate</b></a>, <a class=3D"xref" href=3D"#f_process-wait-with-timeout=
" title=3D"Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class=3D"xr=
ef" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://w=
ww.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" href=
=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-SEMA=
PHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semaphore=
</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Functio=
n PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wa=
it" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR=
/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=
=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D=
"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></spa=
n>
               </div>
@@ -20537,7 +20537,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568632">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531055">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">whostate</span></i>---a string, which will be the value of
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#f_process-whostate" title=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http:=
//www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>
@@ -20555,7 +20555,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">tic=
ks</em> has been exceeded.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568746">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531167">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If <em class=3D"=
varname">ticks</em> is NIL, behaves exactly like
 	      <a class=3D"xref" href=3D"#f_process-wait" title=3D"Function PROCES=
S-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-wait<=
/b></a>, except for returning T.
@@ -20572,7 +20572,7 @@
 	      better alternatives should be used whenever possible.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568796">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531217">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#v_ticks-per-second" title=3D"Variable *T=
ICKS-PER-SECOND*"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">*ti=
cks-per-second*</b></a>, <a class=3D"xref" href=3D"#f_process-whostate" tit=
le=3D"Function PROCESS-WHOSTATE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">process-whostate</b></a>, <a class=3D"xref" href=3D"#f_process-=
wait" title=3D"Function PROCESS-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-wait</b></a>, <a class=3D"xref" href=3D"#f_make-lo=
ck" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-read-write=
-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class=3D"xref" h=
ref=3D"#f_make-semaphore" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class=3D"=
xref" href=3D"#f_process-input-wait" title=3D"Function PROCESS-INPUT-WAIT">=
<b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b=
></a>, <a class=3D"xref" href=3D"#f_process-output-wait" title=3D"Function =
PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
process-output-wait</b></a>, <a class=3D"xref" href=3D"#m_with-terminal-inp=
ut" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xh=
tml1/transitional">with-terminal-input</b></a></span>
               </div>
@@ -20592,14 +20592,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568913">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531334">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---the primary value returned by
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568957">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531379">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes <em cla=
ss=3D"varname">body</em>
 	      in an environment in which <a class=3D"xref" href=3D"#f_process-int=
errupt" title=3D"Function PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/=
TR/xhtml1/transitional">process-interrupt</b></a>
@@ -20614,7 +20614,7 @@
 	      in some manner that's not reentrant.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id568989">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531411">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#f_process-interrupt" title=3D=
"Function PROCESS-INTERRUPT">
@@ -20638,14 +20638,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id569061">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531482">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---the primary value returned by
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id569105">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531527">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes <em cla=
ss=3D"varname">body</em>
 	      in an environment in which <a class=3D"xref" href=3D"#f_process-int=
errupt" title=3D"Function PROCESS-INTERRUPT"><b xmlns=3D"http://www.w3.org/=
TR/xhtml1/transitional">process-interrupt</b></a>
@@ -20668,7 +20668,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id569177">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531598">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---any lisp object; saved as part of
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">loc=
k</em>.  Typically a string or symbol
@@ -20678,7 +20678,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---a newly-allocated object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575784">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531651">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a lock object, which can
 	      be used to synchronize access to some shared resource.
@@ -20688,7 +20688,7 @@
 	      thread.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575800">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id531668">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH=
-LOCK-GRABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-l=
ock-grabbed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Funct=
ion GRAB-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-l=
ock</b></a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function R=
ELEASE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-=
lock</b></a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-=
LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAK=
E-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">ma=
ke-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" ti=
tle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-inp=
ut-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hre=
f=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmln=
s=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>,=
 <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERM=
INAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-term=
inal-input</b></a></span>
               </div>
@@ -20708,7 +20708,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575917">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534977">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
@@ -20716,7 +20716,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575977">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535037">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">lock</em> is either free or
 	      owned by the calling
@@ -20727,7 +20727,7 @@
 	      is executed.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576009">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535070">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB-LOCK"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class=
=3D"xref" href=3D"#f_release-lock" title=3D"Function RELEASE-LOCK"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a clas=
s=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-LOCK"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class=3D"xref" =
href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b=
 xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b=
></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-=
SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semap=
hore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Fun=
ction PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitio=
nal">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-outpu=
t-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" hr=
ef=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></=
span>
               </div>
@@ -20746,12 +20746,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576122">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535183">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576148">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535209">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Blocks until <em=
 class=3D"varname">lock</em> is owned by the
 	      calling thread.</p>
@@ -20762,7 +20762,7 @@
 	      implemented at a slightly lower level.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576187">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535248">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function R=
ELEASE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-=
lock</b></a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-=
LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a=
>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAK=
E-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">ma=
ke-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" ti=
tle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-inp=
ut-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hre=
f=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmln=
s=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>,=
 <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERM=
INAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-term=
inal-input</b></a></span>
               </div>
@@ -20780,12 +20780,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576300">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535360">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576326">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535387">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Signals an error=
 of type CCL:LOCK-NOT-OWNER if
 	      <em class=3D"varname">lock</em>
@@ -20798,7 +20798,7 @@
 	      becomes free.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576364">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535425">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB=
-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b><=
/a>, <a class=3D"xref" href=3D"#f_try-lock" title=3D"Function TRY-LOCK"><b =
xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a cla=
ss=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WR=
ITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-w=
rite-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Fu=
nction MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional=
">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" =
title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_p=
rocess-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http=
://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=
=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPU=
T"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-inpu=
t</b></a></span>
               </div>
@@ -20817,14 +20817,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576478">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535538">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">lock</span></i>---an object of type CCL:LOCK.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---T if <em xmlns=3D"http://www.w3.org/1999/xhtm=
l" class=3D"varname">lock</em> has been obtained,
 		        or NIL if it has not.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576522">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535583">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tests whether <e=
m class=3D"varname">lock</em>
 	      can be obtained without blocking - that is, either
@@ -20837,7 +20837,7 @@
 	      blocking; NIL is returned in this case.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576548">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535609">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#m_with-lock-grabbed" title=3D"Macro WITH-LOCK-GR=
ABBED"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-lock-grab=
bed</b></a>, <a class=3D"xref" href=3D"#f_grab-lock" title=3D"Function GRAB=
-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">grab-lock</b><=
/a>, <a class=3D"xref" href=3D"#f_release-lock" title=3D"Function RELEASE-L=
OCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">release-lock</b>=
</a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function =
MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional"=
>make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore"=
 title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-=
input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" =
href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b x=
mlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></=
a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-T=
ERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-t=
erminal-input</b></a></span>
               </div>
@@ -20857,13 +20857,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576661">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535722">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---a newly-allocated object of type
 		        CCL:READ-WRITE-LOCK.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576688">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535749">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns an object of type CCL::READ-WRITE-LOCK.
 	      A read-write lock may, at any given time, belong to any number
@@ -20874,12 +20874,12 @@
 	      no readers and no writers.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576706">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535767">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-read-lock" title=3D"Macro WITH-RE=
AD-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-read-lo=
ck</b></a>, <a class=3D"xref" href=3D"#m_with-write-lock" title=3D"Macro WI=
TH-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-w=
rite-lock</b></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Functio=
n MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-loc=
k</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function M=
AKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-s=
emaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D=
"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/trans=
itional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-o=
utput-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w=
3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref=
" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xm=
lns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a=
></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576759">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535820">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">There probably s=
hould be some way to
 	      atomically "promote" a reader, making it a writer without
@@ -20902,7 +20902,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576824">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535885">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---an object of type
 		        CCL:READ-WRITE-LOCK.</p>
@@ -20911,7 +20911,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576883">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535944">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">read-write-lock</em> has no
 	      writer,
@@ -20925,7 +20925,7 @@
 	      released.  If it was already a reader, it remains one.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576929">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535989">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functio=
n MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitiona=
l">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#m_with-write-lo=
ck" title=3D"Macro WITH-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">with-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-l=
ock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/t=
ransitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore=
" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1=
/transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process=
-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w=
3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref"=
 href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b =
xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b><=
/a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-=
TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-=
terminal-input</b></a></span>
               </div>
@@ -20945,7 +20945,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577034">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536095">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">read-write-lock</span></i>---an object of type
 		        CCL:READ-WRITE-LOCK.</p>
@@ -20954,7 +20954,7 @@
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577094">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536154">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">read-write-lock</em> has no
 	      readers and no writer other than <a class=3D"xref" href=3D"#v_curre=
nt-process" title=3D"Variable *CURRENT-PROCESS*"><b xmlns=3D"http://www.w3.=
org/TR/xhtml1/transitional">*current-process*</b></a>,
@@ -20969,7 +20969,7 @@
 	      writer.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577145">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536205">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functio=
n MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitiona=
l">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#m_with-read-loc=
k" title=3D"Macro WITH-READ-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/t=
ransitional">with-read-lock</b></a>, <a class=3D"xref" href=3D"#f_make-lock=
" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tran=
sitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" t=
itle=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tr=
ansitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-in=
put-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.o=
rg/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" hr=
ef=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>=
, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WITH-TER=
MINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">with-ter=
minal-input</b></a></span>
               </div>
@@ -20989,12 +20989,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577246">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536307">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAP=
HORE.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577272">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536333">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns an object of type CCL:SEMAPHORE.
 	      A semaphore has an associated "count" which may be incremented
@@ -21003,7 +21003,7 @@
 	      <em class=3D"varname">semaphore</em> has an initial count of 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577290">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536350">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_signal-semaphore" title=3D"Function SI=
GNAL-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">signa=
l-semaphore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=
=3D"Function WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/tra=
nsitional">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wa=
it-on-semaphore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a =
class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=
=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRIT=
E-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-wri=
te-lock</b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"=
Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-ou=
tput-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref"=
 href=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>=
</span>
               </div>
@@ -21023,26 +21023,26 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577397">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536458">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---an integer representing an error identifier
 		        which was returned by the underlying OS call.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577439">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536500">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Atomically incre=
ments <em class=3D"varname">semaphore</em>'s
 	      "count" by 1; this
 	      may enable a waiting thread to resume execution.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577454">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536515">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=3D"Fun=
ction WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wait-on-s=
emaphore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www=
.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class=
=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref=
" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK">=
<b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock<=
/b></a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function=
 PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
process-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wai=
t" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/=
xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=3D=
"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577514">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536575">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><em class=3D"var=
name">result</em> should probably be interpreted
 	      and acted on by <span class=3D"function"><strong>signal-semaphore</=
strong></span>, because
@@ -21065,14 +21065,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577583">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536643">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---an integer representing an error identifier
 		        which was returned by the underlying OS call.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577624">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536685">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">semaphore</em>
 	      has a positive count that can be
@@ -21080,12 +21080,12 @@
 	      corresponding call to SIGNAL-SEMAPHORE.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577641">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536701">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_signal-semaphore" title=3D"Func=
tion SIGNAL-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional=
">signal-semaphore</b></a>, <a class=3D"xref" href=3D"#f_timed-wait-on-sema=
phore" title=3D"Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class=3D"x=
ref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://=
www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" hre=
f=3D"#f_make-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xm=
lns=3D"http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></=
a>, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function PROC=
ESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">proce=
ss-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wait" ti=
tle=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml=
1/transitional">process-output-wait</b></a>, <a class=3D"xref" href=3D"#m_w=
ith-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D"http://=
www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577700">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536761">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml"><em class=3D"var=
name">result</em> should probably be interpreted
 	      and acted on by <span class=3D"function"><strong>wait-on-semaphore<=
/strong></span>, because
@@ -21109,7 +21109,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577769">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536830">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---a time interval in seconds.  May be any
@@ -21122,7 +21122,7 @@
 		        exceeded.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577846">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536906">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits until <em =
class=3D"varname">semaphore</em>
 	      has a positive count that can be
@@ -21131,7 +21131,7 @@
 	      elapsed.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577865">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536926">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE=
-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-sema=
phore</b></a>, <a class=3D"xref" href=3D"#f_wait-on-semaphore" title=3D"Fun=
ction WAIT-ON-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">wait-on-semaphore</b></a>, <a class=3D"xref" href=3D"#f_make-lock" titl=
e=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">make-lock</b></a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" t=
itle=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xht=
ml1/transitional">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#=
f_process-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=
=3D"xref" href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-=
WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-=
wait</b></a>, <a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Ma=
cro WITH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">with-terminal-input</b></a></span>
               </div>
@@ -21151,7 +21151,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577970">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537031">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">fd</span></i>---a file descriptor, which is a non-negative integer
 		        used by the OS to refer to an open file, socket, or similar
@@ -21159,7 +21159,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---either NIL or a time interval in millisecond=
s.  Must be a non-negative integer.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578018">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537079">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Wait until input=
 is available on <em class=3D"varname">fd</em>.
 	      This uses the <span class=3D"function"><strong>select()</strong></s=
pan> system call, and is
@@ -21175,12 +21175,12 @@
 	      return zero bytes.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578055">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537116">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-output=
-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org=
/TR/xhtml1/transitional">process-output-wait</b></a>, <a class=3D"xref" hre=
f=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></=
span>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578097">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537158">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      <span class=3D"function"><strong>process-input-wait</strong></span>=
 has a timeout parameter,
@@ -21205,7 +21205,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578171">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537232">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">fd</span></i>---a file descriptor, which is a non-negative integer
 		        used by the OS to refer to an open file, socket, or similar
@@ -21213,7 +21213,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">timeout</span></i>---either NIL or a time interval in millisecond=
s.  Must be a non-negative integer.  The default is NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578218">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537279">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Wait until outpu=
t is possible on <em class=3D"varname">fd</em> or until <em class=3D"varnam=
e">timeout</em>, if
 	      it is not NIL, has been exceeded.
@@ -21226,12 +21226,12 @@
 	      important use, often overlooked.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578256">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537316">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK=
"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, =
<a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-R=
EAD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-=
read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#m_with-terminal-input" title=3D"Macro WITH-TERMINAL-INPUT"><b xmlns=3D=
"http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></spa=
n>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578298">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537359">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function =
PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">p=
rocess-input-wait</b></a> has a timeout parameter,
@@ -21256,14 +21256,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578372">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537433">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---an implicit progn.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">result</span></i>---the primary value returned by
 		        <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">bod=
y</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578416">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537477">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Requests exclusi=
ve read access to the standard terminal
 	      stream, <em class=3D"varname">*terminal-io*</em>.  Executes
@@ -21271,7 +21271,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578435">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537496">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#v_request-terminal-input-via-break" titl=
e=3D"Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns=3D"http://www.w3=
.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a=
 class=3D"xref" href=3D"#cmd_y" title=3D"Toplevel Command :Y"><b xmlns=3D"h=
ttp://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class=3D"xref" href=
=3D"#f_make-lock" title=3D"Function MAKE-LOCK"><b xmlns=3D"http://www.w3.or=
g/TR/xhtml1/transitional">make-lock</b></a>, <a class=3D"xref" href=3D"#f_m=
ake-read-write-lock" title=3D"Function MAKE-READ-WRITE-LOCK"><b xmlns=3D"ht=
tp://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a cl=
ass=3D"xref" href=3D"#f_make-semaphore" title=3D"Function MAKE-SEMAPHORE"><=
b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>=
, <a class=3D"xref" href=3D"#f_process-input-wait" title=3D"Function PROCES=
S-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process=
-input-wait</b></a>, <a class=3D"xref" href=3D"#f_process-output-wait" titl=
e=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/=
transitional">process-output-wait</b></a></span>
               </div>
@@ -21290,17 +21290,17 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578523">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537584">=
</a>
                 <div class=3D"header">Value Type:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A boolean.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578534">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537595">=
</a>
                 <div class=3D"header">Initial Value:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">NIL.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578546">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537606">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Controls how att=
empts to obtain ownership of terminal input
 	      are made. When NIL, a message is printed on *TERMINAL-IO*;
@@ -21312,7 +21312,7 @@
 	      loop.)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578561">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537622">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WI=
TH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">wi=
th-terminal-input</b></a>, <a class=3D"xref" href=3D"#cmd_y" title=3D"Tople=
vel Command :Y"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">:y</b=
></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Function MAKE-LOCK"=
><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <=
a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Function MAKE-RE=
AD-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-r=
ead-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semaphore" title=
=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transi=
tional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_process-input-=
wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xref" href=
=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><b xmlns=
=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></=
span>
               </div>
@@ -21331,7 +21331,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578664">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537725">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">p</span></i>---a lisp process (thread), designated either by
 		        an integer which matches its
@@ -21340,7 +21340,7 @@
 		        its <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"functi=
on"><strong>process-name</strong></span>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578709">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537770">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">:Y is a toplevel=
 command, not a function.  As such, it
 	      can only be used interactively, and only from the initial
@@ -21351,7 +21351,7 @@
 	      terminal input stream.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578733">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537794">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist"><a class=3D"xref" href=3D"#m_with-terminal-input" title=3D"Macro WI=
TH-TERMINAL-INPUT"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">wi=
th-terminal-input</b></a>, <a class=3D"xref" href=3D"#v_request-terminal-in=
put-via-break" title=3D"Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xml=
ns=3D"http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via=
-break*</b></a>, <a class=3D"xref" href=3D"#f_make-lock" title=3D"Function =
MAKE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">make-lock<=
/b></a>, <a class=3D"xref" href=3D"#f_make-read-write-lock" title=3D"Functi=
on MAKE-READ-WRITE-LOCK"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transition=
al">make-read-write-lock</b></a>, <a class=3D"xref" href=3D"#f_make-semapho=
re" title=3D"Function MAKE-SEMAPHORE"><b xmlns=3D"http://www.w3.org/TR/xhtm=
l1/transitional">make-semaphore</b></a>, <a class=3D"xref" href=3D"#f_proce=
ss-input-wait" title=3D"Function PROCESS-INPUT-WAIT"><b xmlns=3D"http://www=
.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class=3D"xre=
f" href=3D"#f_process-output-wait" title=3D"Function PROCESS-OUTPUT-WAIT"><=
b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b=
></a></span>
               </div>
@@ -21372,7 +21372,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578839">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537900">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">process</span></i>---a process, typically created by <a xmlns=3D"=
http://www.w3.org/1999/xhtml" class=3D"xref" href=3D"#f_process-run-functio=
n" title=3D"Function PROCESS-RUN-FUNCTION"><b xmlns=3D"http://www.w3.org/TR=
/xhtml1/transitional">process-run-function</b></a> or by <a xmlns=3D"http:/=
/www.w3.org/1999/xhtml" class=3D"xref" href=3D"#f_make-process" title=3D"Fu=
nction MAKE-PROCESS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">=
make-process</b></a></p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">default</span></i>---A default value to be returned if the specif=
ied
@@ -21382,7 +21382,7 @@
 	      of the default argument, otherwise.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578905">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id537966">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Waits for the sp=
ecified process to terminate.  If the
 	process terminates "normally" (if its initial function
@@ -21523,7 +21523,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557606">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id494117">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">address-family</span></i>---The address/protocol family of this s=
ocket. Currently
 		only :internet (the default), meaning IP, and :file,
@@ -21623,7 +21623,7 @@
 		any input/output timeouts that may be set.  (see <a xmlns=3D"http://www.=
w3.org/1999/xhtml" class=3D"xref" href=3D"#Stream-Timeouts-And-Deadlines" t=
itle=3D"10.1.4.=C3=82=C2=A0Stream Timeouts and Deadlines">Section=C3=82=C2=
=A010.1.4, =C3=A2=C2=80=C2=9CStream Timeouts and Deadlines=C3=A2=C2=80=C2=
=9D</a>)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559683">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id461694">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates and retu=
rns a new socket</p>
               </div>
@@ -21642,7 +21642,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id522638">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520818">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The listener-socket to listen on.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">wait</span></i>---If true (the default), and there are no connect=
ions
@@ -21650,7 +21650,7 @@
 		returns NIL immediately.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id522680">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520860">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Extracts the fir=
st connection on the queue of pending
 	  connections, accepts it (i.e. completes the connection startup
@@ -21676,7 +21676,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557454">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520925">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dotted</span></i>---A string representing an IP address in the
 		"nn.nn.nn.nn" format</p>
@@ -21684,7 +21684,7 @@
 		is invalid. If false, NIL is returned.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557495">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519998">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a dotte=
d-string representation of a host address to
 	  a 32-bit unsigned IP address.</p>
@@ -21704,7 +21704,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518572">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520060">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ipaddr</span></i>---A 32-bit integer representing an internet hos=
t address</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">values</span></i>---If false (the default), returns a string in t=
he form
@@ -21713,7 +21713,7 @@
 		8-bit integers.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518614">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id487743">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a 32-bi=
t unsigned IP address into octets.</p>
               </div>
@@ -21732,14 +21732,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536303">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id487804">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ipaddr</span></i>---a 32-bit integer representing an internet hos=
t address</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ignore-cache</span></i>---This argument is ignored (it is accepte=
d for
 		compatibility with Franz Allegro)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536344">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id481188">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a 32-bi=
t unsigned IP address into a host name
 	  string</p>
@@ -21759,7 +21759,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556713">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id481245">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">host</span></i>---Specifies the host. It can be either a host name
 		string such as "clozure.com", or a dotted address
@@ -21767,7 +21767,7 @@
 		IP address such as 3232235521.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556740">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id481273">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Converts a host =
spec in any of the acceptable formats into a
 	  32-bit unsigned IP address</p>
@@ -21787,7 +21787,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520619">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id488693">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">port</span></i>---Specifies the port. It can be either a string, =
such as
 		"http" or a symbol, such as :http, or an unsigned
@@ -21796,7 +21796,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">protocol</span></i>---Must be one of "tcp" or "udp".</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id520662">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id488735">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Finds the port n=
umber for the specified port and protocol</p>
               </div>
@@ -21816,7 +21816,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id535255">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id483315">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to read from</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">size</span></i>---Maximum number of bytes to read. If the packet =
is
@@ -21833,7 +21833,7 @@
 		data is to be stored. The default is 0.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532132">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id483405">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads a UDP pack=
et from a socket. If no packets are
 	  available, waits for a packet to arrive. Returns four values:</p>
@@ -21870,7 +21870,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532232">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477256">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to write to</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">buffer</span></i>---A vector containing the data to send. It must=
 be
@@ -21885,7 +21885,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">offset</span></i>---The offset in the buffer where the packet dat=
a starts</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id553755">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id489244">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Send a UDP packe=
t over a socket.</p>
               </div>
@@ -21904,14 +21904,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547909">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id489531">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to shut down (typically a tcp-stre=
am)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">direction</span></i>---One of :input to disallow further input, o=
r :output to
 		disallow further output.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id547950">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id489571">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Shuts down part =
of a bidirectional connection. This is
 	  useful if e.g. you need to read responses after sending an
@@ -21932,12 +21932,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548531">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id489630">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548557">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477050">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the nati=
ve OS's representation of the socket, or
 	  NIL if the socket is closed. On Unix, this is the Unix 'file
@@ -21962,12 +21962,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id510894">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477111">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id510920">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id477137">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the 32-b=
it unsigned IP address of the remote host,
 	  or NIL if the socket is not connected.</p>
@@ -21987,12 +21987,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id510978">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id469587">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532294">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id469613">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the remo=
te port number, or NIL if the socket is not
 	  connected.</p>
@@ -22012,12 +22012,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532351">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id469670">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id532377">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id508976">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns 32-bit u=
nsigned IP address of the local host.</p>
               </div>
@@ -22036,12 +22036,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559958">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509034">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559984">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509060">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the loca=
l port number</p>
               </div>
@@ -22060,12 +22060,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505712">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542854">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505738">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542880">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns :interne=
t or :file, as appropriate.</p>
               </div>
@@ -22084,12 +22084,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505795">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542937">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509665">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542963">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns :active =
for tcp-stream, :passive for
 	  listener-socket, and NIL for udp-socket</p>
@@ -22109,12 +22109,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509722">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id521026">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509748">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id521052">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the sock=
et format as specified by the :format
 	  argument to make-socket.</p>
@@ -22134,12 +22134,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505876">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id521110">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505903">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519646">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns :stream =
for tcp-stream and listener-socket, and
 	  :datagram for udp-socket.</p>
@@ -22158,12 +22158,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505945">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519689">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The class of OS =
errors signaled by socket functions</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554060">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519700">=
</a>
                 <div class=3D"header">Superclasses:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">simple-error</p>
               </div>
@@ -22182,12 +22182,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554118">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519758">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554144">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id501645">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The OS error cod=
e of the error</p>
               </div>
@@ -22206,12 +22206,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548154">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id501702">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id548180">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id501728">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A symbol represe=
nting the error code in a more
 	  OS-independent way.</p>
@@ -22235,12 +22235,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id498068">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523451">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket-error</span></i>---the condition</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id498095">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523477">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">A string describ=
ing the context where the error happened. On
 	  Linux, this is the name of the system call which returned the
@@ -22261,7 +22261,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id498156">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id523538">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">socket</span></i>---The socket to close</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">abort</span></i>---If false (the default), closes the socket in an
@@ -22272,7 +22272,7 @@
 		clean up).</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id545477">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544905">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">The close generi=
c function can be applied to sockets. It
 	  releases the operating system resources associated with the
@@ -22293,14 +22293,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id545540">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544967">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---variable to bind</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">make-socket-args</span></i>---arguments suitable for passing to m=
ake-socket</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---body to execute</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id557808">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id545023">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">executes body wi=
th var bound to the result of applying
 	  make-socket to make-socket-args. The socket gets closed on exit.</p>
@@ -22433,7 +22433,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519363">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id485141">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">program</span></i>---A string or pathname which denotes an execut=
able file.
 		  The PATH environment variable is used to find programs whose
@@ -22501,7 +22501,7 @@
 		  </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id499002">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id501131">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Runs the specifi=
ed program in an external (Unix) process,
 	    returning an object of type EXTERNAL-PROCESS if successful.</p>
@@ -22529,13 +22529,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id504993">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509755">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">signal</span></i>---A small integer.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id505034">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id509796">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sends the specif=
ied "signal" to the specified
 	    external process. (Typically, it would only be useful to call
@@ -22558,12 +22558,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507614">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id466463">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id507639">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id466489">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the <spa=
n class=3D"emphasis"><em>process id</em></span> assigned to
 	    the external process by the operating system. This is typically
@@ -22585,12 +22585,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518269">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id490581">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518295">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id490607">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the input argument to
 	    run-program is specified as :STREAM.</p>
@@ -22611,12 +22611,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526765">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id496230">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id526791">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id496256">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the output argument to
 	    run-program is specified as :STREAM.</p>
@@ -22638,12 +22638,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533907">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id481718">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id533933">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id481744">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the stre=
am created when the error argument to
 	    run-program is specified as :STREAM.</p>
@@ -22665,12 +22665,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536810">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id504260">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM=
.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id536836">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id504286">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns, as mult=
iple values, a keyword denoting the status
 	    of the external process (one of :running, :stopped, :signaled, or
@@ -22700,7 +22700,7 @@
               <dl>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id518413">10.1.1. Stream External Format</=
a>
+                    <a href=3D"#id480417">10.1.1. Stream External Format</=
a>
                   </span>
                 </dt>
                 <dt>
@@ -22756,7 +22756,7 @@
             </dd>
             <dt>
               <span class=3D"sect1">
-                <a href=3D"#id560922">10.3. Lisp Standard Streams and OS S=
tandard Streams</a>
+                <a href=3D"#id542574">10.3. Lisp Standard Streams and OS S=
tandard Streams</a>
               </span>
             </dt>
           </dl>
@@ -22773,7 +22773,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id518413"></a>10.1.1.=C3=82=
=C2=A0Stream External Format</h3>
+                  <h3 class=3D"title"><a id=3D"id480417"></a>10.1.1.=C3=82=
=C2=A0Stream External Format</h3>
                 </div>
               </div>
             </div>
@@ -22939,12 +22939,12 @@
                 </div>
               </div>
             </div>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503646" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503656" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503666" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503676" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503685" clas=
s=3D"indexterm"></a>
-            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id503695" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534744" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534753" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534763" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534773" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534783" clas=
s=3D"indexterm"></a>
+            <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534792" clas=
s=3D"indexterm"></a>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">A stream that is ass=
ociated with a file descriptor has
         attributes and accessors:
         <span class=3D"function"><strong>STREAM-INPUT-TIMEOUT</strong></sp=
an>,
@@ -22997,19 +22997,19 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556046=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id510399=
"></a>
                   <div class=3D"header">Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream-list</span></i>---A list of open file streams.  This is a =
copy of
 		          an internal list so it may be destructively
 		          modified without ill effect.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556073=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543835=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns a list=
 of open file streams.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id556084=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543846=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_note-open-file-stream" title=3D"Func=
tion NOTE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transit=
ional">note-open-file-stream</b></a>, <a class=3D"xref" href=3D"#f_remove-o=
pen-file-stream" title=3D"Function REMOVE-OPEN-FILE-STREAM"><b xmlns=3D"htt=
p://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></spa=
n>
                 </div>
@@ -23032,12 +23032,12 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559805=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543927=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559831=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543953=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Adds a file st=
ream to the internal list of open
 	        file streams that is returned by
@@ -23046,7 +23046,7 @@
 	        stream code when a file-stream is created.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id559850=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id543972=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_open-file-streams" title=3D"Function=
 OPEN-FILE-STREAMS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">o=
pen-file-streams</b></a>, <a class=3D"xref" href=3D"#f_remove-open-file-str=
eam" title=3D"Function REMOVE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.o=
rg/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
                 </div>
@@ -23069,12 +23069,12 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554609=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544412=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554635=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544438=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Remove file st=
ream from the internal list of open file
 	        streams that is returned by
@@ -23083,7 +23083,7 @@
 	        stream code when a file-stream is closed.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id554654=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id544457=
"></a>
                   <div class=3D"header">See Also:</div>
                   <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"si=
mplelist"><a class=3D"xref" href=3D"#f_open-file-streams" title=3D"Function=
 OPEN-FILE-STREAMS"><b xmlns=3D"http://www.w3.org/TR/xhtml1/transitional">o=
pen-file-streams</b></a>, <a class=3D"xref" href=3D"#f_note-open-file-strea=
m" title=3D"Function NOTE-OPEN-FILE-STREAM"><b xmlns=3D"http://www.w3.org/T=
R/xhtml1/transitional">note-open-file-stream</b></a></span>
                 </div>
@@ -23516,7 +23516,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579413=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id534684=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-input-stre=
am.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">list</span></i>---a list. When a STREAM-READ-LIST method is calle=
d by
@@ -23527,7 +23527,7 @@
 		          to be greater than the length of the list.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579471=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541731=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Should try to =
read up to count elements from stream into the
 	        list list, returning the number of elements actually read (which
@@ -23548,7 +23548,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579530=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541790=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-output-str=
eam.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">list</span></i>---a list. When a STREAM-WRITE-LIST method is call=
ed by
@@ -23559,7 +23559,7 @@
 		          guaranteed not to be greater than the length of the list.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579588=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541848=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
write the first count elements of list to
 	        stream. The return value of this method is ignored.</p>
@@ -23579,7 +23579,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579647=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541907=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-input-stre=
am</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">vector</span></i>---a vector. When a STREAM-READ-VECTOR method is=
 called
@@ -23595,7 +23595,7 @@
 		          length of vector.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id579722=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541982=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
read successive elements from stream into
 	        vector, starting at element start (inclusive) and continuing
@@ -23618,7 +23618,7 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560390=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542042=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---a stream, presumably a fundamental-output-str=
eam</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">vector</span></i>---a vector. When a STREAM-WRITE-VECTOR method i=
s called
@@ -23634,7 +23634,7 @@
 		          length of vector.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560465=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542117=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">should try to =
write successive elements of vector to stream,
 	        starting at element start (inclusive) and continuing through
@@ -23656,13 +23656,13 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560525=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542177=
"></a>
                   <div class=3D"header">Method Signatures:</div>
                   <div class=3D"synopsis"><span xmlns=3D"http://www.w3.org=
/1999/xhtml" class=3D"function"><strong>ccl::stream-device</strong></span> =
<i>
 	        (s stream) direction =3D> fd</i></div>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560543=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542195=
"></a>
                   <div class=3D"header">Arguments and Values:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">s</span></i>---a stream.</p>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">direction</span></i>---either :INPUT or :OUTPUT.</p>
@@ -23673,7 +23673,7 @@
 		          <em xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"varname">d=
irection</em>.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560608=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542261=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the fi=
le descriptor associated with
 	        <em class=3D"varname">s</em> in the direction given by
@@ -23697,14 +23697,14 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560678=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542330=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads up to ma=
x-octets octets from stream into ivector,
 	        storing them at start-octet. Returns the number of octets actually
 	        read.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560690=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542343=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---An input stream. The method defined on
 		          BUFFERED-INPUT-STREAMs requires that the size in octets of
@@ -23729,13 +23729,13 @@
             <p>
               <div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560809=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542462=
"></a>
                   <div class=3D"header">Description:</div>
                   <p xmlns=3D"http://www.w3.org/1999/xhtml">Writes max-oct=
ets octets to stream from ivector, starting at
 	        start-octet. Returns max-octets.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560821=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542474=
"></a>
                   <div class=3D"header">Arguments:</div>
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">stream</span></i>---An input stream. The method defined on
 		          BUFFERED-OUTPUT-STREAMs requires that the size in octets of
@@ -23745,7 +23745,7 @@
                   <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">max-octet</span></i>---A non-negative integer.</p>
                 </div>
                 <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id560894=
"></a>
+                  <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id542546=
"></a>
                   <div class=3D"header">Examples:</div>
                   <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"pro=
gramlisting">
 ;;; Write the contents of a (SIMPLE-ARRAY(UNSIGNED-BYTE 16) 3) =

@@ -23787,7 +23787,7 @@
           <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage">
             <div>
               <div>
-                <h2 class=3D"title" style=3D"clear: both"><a id=3D"id56092=
2"></a>10.3.=C3=82=C2=A0Lisp Standard Streams and OS Standard Streams</h2>
+                <h2 class=3D"title" style=3D"clear: both"><a id=3D"id54257=
4"></a>10.3.=C3=82=C2=A0Lisp Standard Streams and OS Standard Streams</h2>
               </div>
             </div>
           </div>
@@ -24566,7 +24566,7 @@
                 </dt>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id545062">12.2.2. Generating a lisp image =
for use with Shark</a>
+                    <a href=3D"#id505458">12.2.2. Generating a lisp image =
for use with Shark</a>
                   </span>
                 </dt>
                 <dt>
@@ -24844,7 +24844,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id545062"></a>12.2.2.=C3=82=
=C2=A0Generating a lisp image for use with Shark</h3>
+                  <h3 class=3D"title"><a id=3D"id505458"></a>12.2.2.=C3=82=
=C2=A0Generating a lisp image for use with Shark</h3>
                 </div>
               </div>
             </div>
@@ -24955,13 +24955,13 @@
                 </div>
               </div>
             </div>
-            <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id506006" c=
lass=3D"indexterm"></a>
+            <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id480376" c=
lass=3D"indexterm"></a>
       <span class=3D"command"><strong><em class=3D"varname"><a id=3D"chud_=
shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em>
       [Variable]</strong></span></p>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">When non-null, this =
should be the pathname of an alternate
       profiling configuration file created by the "Config Editor" in
       Shark.app.</p>
-            <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id506030" c=
lass=3D"indexterm"></a> <span class=3D"command"><strong><em class=3D"varnam=
e"><a id=3D"chud_meter"></a>CHUD:METER</em> form <em class=3D"varname">&amp=
;key</em> (reset nil)
+            <p xmlns=3D"http://www.w3.org/1999/xhtml"><a id=3D"id470742" c=
lass=3D"indexterm"></a> <span class=3D"command"><strong><em class=3D"varnam=
e"><a id=3D"chud_meter"></a>CHUD:METER</em> form <em class=3D"varname">&amp=
;key</em> (reset nil)
       (debug-output nil) [Macro]</strong></span></p>
             <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes FORM (an ar=
bitrary lisp form) and returns whatever
       result(s) it returns, with CHUD profiling enabled during the form's
@@ -26053,7 +26053,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570196"></a>13.3.2.4.=
=C3=82=C2=A0%int-to-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id513693"></a>13.3.2.4.=
=C3=82=C2=A0%int-to-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26094,7 +26094,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570271"></a>13.3.2.5.=
=C3=82=C2=A0%inc-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id513767"></a>13.3.2.5.=
=C3=82=C2=A0%inc-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26144,7 +26144,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570362"></a>13.3.2.6.=
=C3=82=C2=A0%ptr-to-int [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id513859"></a>13.3.2.6.=
=C3=82=C2=A0%ptr-to-int [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26186,7 +26186,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570437"></a>13.3.2.7.=
=C3=82=C2=A0%null-ptr [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id513933"></a>13.3.2.7.=
=C3=82=C2=A0%null-ptr [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26211,7 +26211,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570478"></a>13.3.2.8.=
=C3=82=C2=A0%null-ptr-p [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id513974"></a>13.3.2.8.=
=C3=82=C2=A0%null-ptr-p [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26253,7 +26253,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570553"></a>13.3.2.9.=
=C3=82=C2=A0%setf-macptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id514050"></a>13.3.2.9.=
=C3=82=C2=A0%setf-macptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26301,7 +26301,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570644"></a>13.3.2.10.=
=C3=82=C2=A0%incf-ptr [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id514140"></a>13.3.2.10.=
=C3=82=C2=A0%incf-ptr [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26349,7 +26349,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570734"></a>13.3.2.11.=
=C3=82=C2=A0with-macptrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id514231"></a>13.3.2.11.=
=C3=82=C2=A0with-macptrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26399,7 +26399,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570826"></a>13.3.2.12.=
=C3=82=C2=A0%stack-block [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id514322"></a>13.3.2.12.=
=C3=82=C2=A0%stack-block [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26450,7 +26450,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570918"></a>13.3.2.13.=
=C3=82=C2=A0make-cstring [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id514414"></a>13.3.2.13.=
=C3=82=C2=A0make-cstring [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26493,7 +26493,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id570994"></a>13.3.2.14.=
=C3=82=C2=A0with-cstrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id514490"></a>13.3.2.14.=
=C3=82=C2=A0with-cstrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26543,7 +26543,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id571086"></a>13.3.2.15.=
=C3=82=C2=A0with-encoded-cstrs [Macro]</h4>
+                    <h4 class=3D"title"><a id=3D"id514582"></a>13.3.2.15.=
=C3=82=C2=A0with-encoded-cstrs [Macro]</h4>
                   </div>
                 </div>
               </div>
@@ -26606,7 +26606,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id571210"></a>13.3.2.16.=
=C3=82=C2=A0%get-cstring [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id514705"></a>13.3.2.16.=
=C3=82=C2=A0%get-cstring [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -26648,7 +26648,7 @@
               <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepa=
ge">
                 <div>
                   <div>
-                    <h4 class=3D"title"><a id=3D"id611660"></a>13.3.2.17.=
=C3=82=C2=A0%str-from-ptr [Function]</h4>
+                    <h4 class=3D"title"><a id=3D"id573354"></a>13.3.2.17.=
=C3=82=C2=A0%str-from-ptr [Function]</h4>
                   </div>
                 </div>
               </div>
@@ -28094,7 +28094,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613614">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575306">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Reads a symbol f=
rom the current input stream, with *PACKAGE*
 	      bound to the "OS" package and with readtable-case preserved.</p>
@@ -28146,7 +28146,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613721">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575413">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #& reader macro can be used =
to
 	      access foreign variables; this functionality depends on the presenc=
e of
@@ -28205,7 +28205,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613838">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575530">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 0.14.2 and later, the #? reader macro can be used
 	      to access foreign constants; this functionality depends on the
@@ -28252,7 +28252,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id613921">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575613">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #/ reader macro can be used to
 	      access foreign functions on the Darwin platform. The current
@@ -28355,7 +28355,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614060">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575752">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the #> reader macro reads
           the following text as a keyword, preserving the case of the
@@ -28384,14 +28384,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614134">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575826">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">library</span></i>---either an object of type SHLIB, or a string =
which
 		        designates one by its so-name.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">completely</span></i>---a boolean.  The default is T.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614170">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575862">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If <em class=3D"=
varname">completely</em> is T, sets the
 	      reference count of <em class=3D"varname">library</em> to 0.  Otherw=
ise,
@@ -28420,7 +28420,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614246">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575938">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A symbol which can be made into a special varia=
ble</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords,
@@ -28437,7 +28437,7 @@
 		        which can be coerced to the specified result-type.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614318">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576010">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Proclaims <em cl=
ass=3D"varname">name</em>
 	      to be a special variable; sets its value to a
@@ -28473,7 +28473,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614397">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576089">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---NIL or a keyword; the keyword may contain
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"link" href=3D=
"#Case-sensitivity-of-foreign-names-in-CCL" title=3D"13.8.=C3=82=C2=A0Case-=
sensitivity of foreign names in CCL">escaping constructs</a>.</p>
@@ -28481,7 +28481,7 @@
 		        defined above.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614438">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576130">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If name is non-N=
IL, defines name to be an alias for the
 	      foreign type specified by foreign-type-spec. If foreign-type-spec
@@ -28515,7 +28515,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614511">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576203">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---
 		        a simple-string which names an external symbol.
@@ -28528,7 +28528,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614551">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576243">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If there is alre=
ady an EXTERNAL-ENTRY-POINT for
 	      the symbol named by <em class=3D"varname">name</em>, finds it and
@@ -28556,7 +28556,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614621">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576313">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string. See external, above.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords, described
@@ -28569,7 +28569,7 @@
 		          type specifier</a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614694">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576386">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at the address obtained by
 	      resolving the external-entry-point associated with name, passing
@@ -28596,7 +28596,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614754">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576446">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">entrypoint</span></i>---A fixnum or MACPTR</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-keyword</span></i>---One of the foreign argument-type ke=
ywords, described
@@ -28607,7 +28607,7 @@
 		        above</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614817">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576509">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at address entrypoint passing the
 	      values of each arg as a foreign argument of type indicated by the
@@ -28633,7 +28633,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614876">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576568">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">entrypoint</span></i>---A fixnum or MACPTR</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg-type-specifer</span></i>---One of the foreign argument-type k=
eywords, described
@@ -28646,7 +28646,7 @@
 		          type specifier</a>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id614949">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576641">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Calls the foreig=
n function at address entrypoint passing the
 	      values of each arg as a foreign argument of type indicated by the
@@ -28671,12 +28671,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615005">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576697">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615027">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576719">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the foreign symbol
 	      name. If successful, returns that address encapsulated in
@@ -28699,12 +28699,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615086">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576778">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A lisp string.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615109">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576801">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the foreign symbol name. If
 	      successful, returns a fixnum representation of that address, else
@@ -28726,13 +28726,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615163">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576855">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ptr</span></i>---A <code xmlns=3D"http://www.w3.org/1999/xhtml" c=
lass=3D"code">MACPTR</code> that points to a block of
 		      foreign, heap-allocated memory.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615189">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576881">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">In <code class=
=3D"literal">CCL</code> 1.2 and later, the <code class=3D"code">CCL:FREE</c=
ode>
           function invokes the foreign <code class=3D"code">free</code> fu=
nction from
@@ -28764,7 +28764,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615282">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id576974">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">element-count</span></i>---A positive integer.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">element-type</span></i>---A type specifier.
@@ -28779,7 +28779,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615357">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577049">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	An "ivector" is a one-dimensional array that's specialized to
@@ -28814,7 +28814,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615429">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577121">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier, or a keyword whic=
h is used
 		        as the name of a foreign struct or union.</p>
@@ -28831,7 +28831,7 @@
 		        unreachable.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615496">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577188">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Allocates a block of foreign memory suitable to hold the foreign
@@ -28880,7 +28880,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615618">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577310">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier, or a keyword whic=
h is used
 		        as the name of a foreign struct or union.</p>
@@ -28894,7 +28894,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615676">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577368">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Expands into code which allocates and initializes
@@ -28935,7 +28935,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615766">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577458">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      It is inconvenient that <span class=3D"function"><strong>make-recor=
d</strong></span> is a
@@ -28968,7 +28968,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615850">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577542">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-=
name of
 		        or a filesystem path to the library.</p>
@@ -28976,7 +28976,7 @@
 		        library denoted by <em xmlns=3D"http://www.w3.org/1999/xhtml" cl=
ass=3D"varname">name</em>.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615890">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577582">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">If the library d=
enoted by <em class=3D"varname">name</em> can
 	      be loaded by the
@@ -28987,7 +28987,7 @@
 	      operating system.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615905">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577597">=
</a>
                 <div class=3D"header">Examples:</div>
                 <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"progr=
amlisting">;;; Try to do something simple.
           ? (open-shared-library "libgtk.so")
@@ -29022,7 +29022,7 @@
           #<EXTERNAL-ENTRY-POINT "gtk_main" {unresolved} libgtk.so #x30=
46FE46></pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615926">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577618">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">It would be help=
ful to describe what an soname is and give
 	      examples of one.</p>
@@ -29045,7 +29045,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id615983">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577675">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">ptr</span></i>---<a xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"link" href=3D"#Referencing-and-Using-Foreign-Memory-Addresses" title=3D=
"13.3.=C3=82=C2=A0Referencing and Using Foreign Memory Addresses">a MACPTR<=
/a>.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">accessor-form</span></i>---a keyword which names a foreign type o=
r record, as
@@ -29053,7 +29053,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616028">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577720">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">References an in=
stance of a foreign type (or a component of
 	      a foreign type) accessible via ptr.</p>
@@ -29079,13 +29079,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616093">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577785">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTE=
RNAL
 		        macro.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616116">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577808">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to resolve=
 the address of the EXTERNAL-ENTRY-POINT
 	      eep; returns a fixnum representation of that address if
@@ -29108,7 +29108,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616187">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577879">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---A symbol (a lisp variable)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier or foreign record =
name.</p>
@@ -29116,7 +29116,7 @@
 		        <a xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"xref" href=3D=
"#m_make-record" title=3D"Macro MAKE-RECORD"><b xmlns=3D"http://www.w3.org/=
TR/xhtml1/transitional">make-record</b></a></p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616238">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id577930">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes <em cla=
ss=3D"varname">body</em>
 	      in an environment in which each var is bound
@@ -29146,14 +29146,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616319">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578011">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">var</span></i>---A symbol (a lisp variable)</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">typespec</span></i>---A foreign type specifier or foreign record =
name.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">initforms</span></i>---As described above, for ccl:make-record</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616367">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578059">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Executes body in=
 an environment in which each var is
 	      bound to <a class=3D"link" href=3D"#Referencing-and-Using-Foreign-M=
emory-Addresses" title=3D"13.3.=C3=82=C2=A0Referencing and Using Foreign Me=
mory Addresses">a
@@ -29180,7 +29180,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616435">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578127">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">object</span></i>---A CLOS object of a class for which there exis=
ts
 		        a method of the generic function
@@ -29188,7 +29188,7 @@
 		      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616463">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578155">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      The "termination" mechanism is a way to have the garbage
@@ -29225,7 +29225,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616519">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578211">=
</a>
                 <div class=3D"header">Example:</div>
                 <pre xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"progr=
amlisting">
           (defclass resource-wrapper ()
@@ -29239,7 +29239,7 @@
                 (deallocate (resource x))))</pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616534">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578226">=
</a>
                 <div class=3D"header">See Also:</div>
                 <span xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"simp=
lelist">
                   <a class=3D"xref" href=3D"#Tutorial--Allocating-Foreign-=
Data-on-the-Lisp-Heap" title=3D"13.11.=C3=82=C2=A0Tutorial: Allocating Fore=
ign Data on the Lisp Heap">Section=C3=82=C2=A013.11, =C3=A2=C2=80=C2=9CTuto=
rial: Allocating Foreign Data on the Lisp Heap =C3=A2=C2=80=C2=9D</a>
@@ -29261,14 +29261,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616594">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578286">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dir-id</span></i>---A keyword whose pname, mapped to lower case, =
names a
 		        subdirectory of "ccl:headers;" (or
 		        "ccl:darwin-headers;")</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616618">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578310">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tells <code clas=
s=3D"literal">CCL</code> to remove the interface directory denoted by
 	      dir-id from the list of interface directories which are
@@ -29292,14 +29292,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616678">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578370">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">dir-id</span></i>---A keyword whose pname, mapped to lower case, =
names a
 		        subdirectory of "ccl:headers;" (or
 		        "ccl:darwin-headers;")</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616701">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578393">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tells <code clas=
s=3D"literal">CCL</code> to add the interface directory denoted by
 	      dir-id to the list of interface directories which it consults for
@@ -29321,7 +29321,7 @@
 	      handy in that case.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id616740">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id578432">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">One typically wa=
nts interface information to be
 	      available at compile-time (or, in many cases, at read-time).
@@ -31010,7 +31010,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574924">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517699">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string which is the name of an existing
 		        environment variable;
@@ -31020,7 +31020,7 @@
 		        is not, NIL</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574969">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517744">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up the value of the environment variable named by
@@ -31041,7 +31041,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575030">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517805">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name</span></i>---a string which is the name of a new or existing
 		        environment variable;
@@ -31054,7 +31054,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575090">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517865">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Sets the value of the environment variable named by
@@ -31078,13 +31078,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id575153">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515329">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">path</span></i>---a string, an absolute pathname in Posix format =
- with
 		        directory components separated by slashes</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580224">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515356">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up the current working directory of the Clozure CL process;
@@ -31106,13 +31106,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580283">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515415">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580310">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515442">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Returns the ("real") user ID of the current user.
@@ -31132,7 +31132,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580367">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515499">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
@@ -31141,7 +31141,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580410">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515542">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Attempts to change the current user ID (both "real" and
@@ -31164,7 +31164,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580469">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515601">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">gid</span></i>---a non-negative integer, identifying a specific
 		        group as defined in the OS user database</p>
@@ -31173,7 +31173,7 @@
 		        the problem</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580512">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518237">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Attempts to change the current group ID (both "real" and
@@ -31196,12 +31196,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580571">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518296">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">pid</span></i>---a non-negative integer, identifying an OS proces=
s</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580597">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518322">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Returns the ID of the Clozure CL OS process.
@@ -31222,7 +31222,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580654">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518379">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">uid</span></i>---a non-negative integer, identifying a specific u=
ser
 		        account as defined in the OS user database</p>
@@ -31230,7 +31230,7 @@
 		        directory components separated by slashes; or NIL</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583486">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518422">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Looks up and returns the defined home directory of the user
@@ -31255,7 +31255,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583555">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518491">=
</a>
                 <div class=3D"header">Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">command-line</span></i>---a string, obeying all the whitespace and
 	            escaping
@@ -31264,7 +31264,7 @@
 	            code of a subprocess; zero indicates success</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583598">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518533">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      Invokes the Posix function <span class=3D"function"><strong>system(=
)</strong></span>, which
@@ -31280,7 +31280,7 @@
 	    </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583632">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518567">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	      By convention, an exit code of 0 indicates success.  There are
@@ -31305,14 +31305,14 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583692">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538099">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">class-name</span></i>---a string which denotes an existing class =
name, or a
 		        symbol which can be mapped to such a string via the standard
 		        name-mapping conventions for class names</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583719">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538127">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used to refer to=
 a known ObjC class by name. (Via the use
 	      LOAD-TIME-VALUE, the results of a class-name -> class lookup
@@ -31337,13 +31337,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583789">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538196">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">string</span></i>---a string constant, used to canonically refer =
to an
 		        ObjC method selector</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583815">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538222">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Used to refer to=
 an ObjC method selector (method name). Uses
 	      LOAD-TIME-VALUE to cache the result of a string -> selector
@@ -31365,7 +31365,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583880">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538288">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">name-and-result-type</span></i>---either an Objective-C message n=
ame, for methods
                 that return a value of type <code xmlns=3D"http://www.w3.o=
rg/1999/xhtml" class=3D"literal">:ID</code>, or
@@ -31387,7 +31387,7 @@
             is a foreign type specifier.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id583961">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538369">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Defines an Objec=
tive-C-callable method which implements
 	        the specified message selector for instances of the existing
@@ -31412,7 +31412,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584044">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541098">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">selector</span></i>---either a string which represents the name o=
f the
 		          selector or a list which describes the method's return
@@ -31427,7 +31427,7 @@
 		          symbol)</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id584090">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541144">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Defines an ObjC-=
callable method which implements the
 	        specified message selector for instances of the existing ObjC
@@ -31448,12 +31448,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580754">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541208">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">As per DEFINE-OB=
JC-METHOD</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580766">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541219">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Like DEFINE-OBJC=
-METHOD, only used to define methods on the
 	        <span class=3D"emphasis"><em>class</em></span> named by class-nam=
e and on its
@@ -31495,7 +31495,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580842">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541295">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This variable is=
 currently only used by the standard reader macro
 	        function for #\; (single-line comments); that function reads succ=
essive
@@ -31530,12 +31530,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580900">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541353">=
</a>
                 <div class=3D"header">Superclasses:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580911">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541364">=
</a>
                 <div class=3D"header">Initargs:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">:string</span></i>---
 		          a Lisp string which is to be the content of
@@ -31543,7 +31543,7 @@
 		        </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580938">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541391">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        This class
@@ -31561,7 +31561,7 @@
 	      </p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580957">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541410">=
</a>
                 <div class=3D"header">Examples:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        You can create an ns-lisp-string with
@@ -31592,7 +31592,7 @@
 </pre>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581010">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541463">=
</a>
                 <div class=3D"header">Notes:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">
 	        Currently, ns-lisp-string is defined in
@@ -31932,7 +31932,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id574522">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517351">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">type</span></i>---The type of population, one of <code xmlns=3D"h=
ttp://www.w3.org/1999/xhtml" class=3D"literal">:LIST</code> (the default) o=
r <code xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"literal">:ALIST</co=
de></p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">initial-contents</span></i>--- A sequence of elements (or conses,=
 for <code xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"literal">:alist<=
/code>) to be used to initialize the
@@ -31940,7 +31940,7 @@
               alist) is not stored in the population, a new list or alist =
is created to hold the elements.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573676">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517410">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Creates a new po=
pulation of the specified type.</p>
               </div>
@@ -31958,7 +31958,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573734">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517468">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns the type=
 of <code class=3D"literal">population</code>, one of <code class=3D"litera=
l">:LIST</code> or <code class=3D"literal">:ALIST</code></p>
               </div>
@@ -31976,7 +31976,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573808">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515975">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">returns the list=
 encapsulated in <code class=3D"literal">population</code>.
         Note that as long as there is a direct (non-weak) reference to this
@@ -31999,7 +31999,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id573876">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519083">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sets the list en=
capsulated in <code class=3D"literal">population</code> to
         <code class=3D"literal">contents</code>.  <code class=3D"literal">=
Contents</code> is not copied,
@@ -32032,7 +32032,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581090">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519167">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns the valu=
e of the kernel variable that specifies the
 	  amount of free space to leave in the heap after full GC.</p>
@@ -32053,12 +32053,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581151">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519227">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">new-threshold</span></i>---The requested new lisp-heap-gc-thresho=
ld.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581177">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id519253">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Sets the value o=
f the kernel variable that specifies the
 	  amount of free space to leave in the heap after full GC to
@@ -32082,7 +32082,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581238">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541518">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to grow or=
 shrink lisp's heap space, so that the
 	  free space is (approximately) equal to the current heap threshold.
@@ -32102,12 +32102,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581297">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541576">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581323">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541602">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Enables the EGC =
if arg is non-nil, disables the EGC
 	  otherwise. Returns the previous enabled status. Although this
@@ -32133,7 +32133,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581381">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id541661">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 EGC was enabled at the time of the call,
 	  NIL otherwise.</p>
@@ -32156,7 +32156,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581437">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566538">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 EGC was active at the time of the call, NIL
 	  otherwise. Since this is generally a volatile piece of
@@ -32181,7 +32181,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581495">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566596">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns, as mult=
iple values, the sizes in kilobytes of the
 	  thresholds associated with the youngest ephemeral generation, the
@@ -32203,7 +32203,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581554">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566654">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">generation-0-size</span></i>---the requested threshold size of th=
e youngest
 		generation, in kilobytes</p>
@@ -32213,7 +32213,7 @@
 		in kilobytes</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581609">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566710">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Puts the indicat=
ed threshold sizes in effect.
           Each threshold indicates the total size that may be allocated
@@ -32237,12 +32237,12 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581675">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566775">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id581701">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566801">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Tries to influen=
ce the GC to retain/recycle the pages
 	  allocated between GCs if arg is true, and to release them
@@ -32267,7 +32267,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id582672">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id566859">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns T if the=
 GC tries to retain pages between full GCs
 	  and NIL if it's trying to release them to improve VM paging
@@ -32422,7 +32422,7 @@
                 </dt>
                 <dt>
                   <span class=3D"sect2">
-                    <a href=3D"#id607119">17.7.2. Recommended Reading</a>
+                    <a href=3D"#id572752">17.7.2. Recommended Reading</a>
                   </span>
                 </dt>
               </dl>
@@ -33698,7 +33698,7 @@
               <ol class=3D"orderedlist" type=3D"1">
                 <li class=3D"listitem">
                   <p>To support a feature called <span class=3D"emphasis">=
<em>GCTWA
-                <sup>[<a id=3D"id605718" href=3D"#ftn.id605718" class=3D"f=
ootnote">1</a>]</sup>
+                <sup>[<a id=3D"id572306" href=3D"#ftn.id572306" class=3D"f=
ootnote">1</a>]</sup>
 	            , </em></span>the vector that contains the internal
 	          symbols of the current package is marked on entry to the
 	          mark phase, but the symbols themselves are not marked at
@@ -33831,7 +33831,7 @@
             <br />
             <hr width=3D"100" align=3D"left" />
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id605718" href=3D"#id605718" class=3D"=
para">1</a>] </sup>I believe that the acronym comes from MACLISP,
+              <p><sup>[<a id=3D"ftn.id572306" href=3D"#id572306" class=3D"=
para">1</a>] </sup>I believe that the acronym comes from MACLISP,
 		            where it stood for "Garbage Collection of Truly
 		            Worthless Atoms".</p>
             </div>
@@ -33891,7 +33891,7 @@
         generations. To avoid the need to scan those (often large) other
         generations looking for such intergenerational references, the
         runtime system must note all such intergenerational references
-        at the point where they're created (via Setf).<sup>[<a id=3D"id606=
907" href=3D"#ftn.id606907" class=3D"footnote">2</a>]</sup> The
+        at the point where they're created (via Setf).<sup>[<a id=3D"id572=
540" href=3D"#ftn.id572540" class=3D"footnote">2</a>]</sup> The
         set of pointers that may contain intergenerational references is
         sometimes called <span class=3D"emphasis"><em>the remembered set</=
em></span>.</p>
           <p xmlns=3D"http://www.w3.org/1999/xhtml">In Clozure CL's EGC, t=
he heap is organized exactly the same
@@ -33938,7 +33938,7 @@
         to and exit from the binding of a special variable), all setfs
         that might introduce an intergenerational reference must be
         memoized.
-        <sup>[<a id=3D"id606976" href=3D"#ftn.id606976" class=3D"footnote"=
>3</a>]</sup> It's always safe to
+        <sup>[<a id=3D"id572609" href=3D"#ftn.id572609" class=3D"footnote"=
>3</a>]</sup> It's always safe to
         push any cons cell or gvector locative onto the memo stack;
         it's never safe to push anything else.
       </p>
@@ -33959,13 +33959,13 @@
             <br />
             <hr width=3D"100" align=3D"left" />
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id606907" href=3D"#id606907" class=3D"=
para">2</a>] </sup>This is
+              <p><sup>[<a id=3D"ftn.id572540" href=3D"#id572540" class=3D"=
para">2</a>] </sup>This is
             sometimes called "The Write Barrier": all assignments which
             might result in intergenerational references must be noted, as
             if the other generations were write-protected.</p>
             </div>
             <div class=3D"footnote">
-              <p><sup>[<a id=3D"ftn.id606976" href=3D"#id606976" class=3D"=
para">3</a>] </sup>Note that the implicit setfs that occur when
+              <p><sup>[<a id=3D"ftn.id572609" href=3D"#id572609" class=3D"=
para">3</a>] </sup>Note that the implicit setfs that occur when
         initializing an object - as in the case of a call to cons or
         vector - can't introduce intergenerational references, since
         the newly created object is always younger than the objects
@@ -34081,7 +34081,7 @@
             <div xmlns=3D"http://www.w3.org/1999/xhtml" class=3D"titlepage=
">
               <div>
                 <div>
-                  <h3 class=3D"title"><a id=3D"id607119"></a>17.7.2.=C3=82=
=C2=A0Recommended Reading</h3>
+                  <h3 class=3D"title"><a id=3D"id572752"></a>17.7.2.=C3=82=
=C2=A0Recommended Reading</h3>
                 </div>
               </div>
             </div>
@@ -34494,7 +34494,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571358">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517274">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">When true, attem=
pts to redefine (via DEFUN or DEFMETHOD)
 	      functions and methods that are marked as being
@@ -34519,7 +34519,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572624">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id474986">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges that th=
e outermost special bindings of *PACKAGE*
 	      and *WARN-IF-REDEFINE-KERNEL* restore values of the "CCL"
@@ -34543,7 +34543,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572011">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538457">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Arranges that th=
e outermost special bindings of *PACKAGE*
 	      and *WARN-IF-REDEFINE-KERNEL* restore values of the
@@ -34566,7 +34566,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id582878">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id538502">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">This variable is=
 initialized each time an Clozure CL session
 	      starts based on information provided by the lisp kernel. Its value
@@ -34591,7 +34591,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571544">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id539684">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Returns non-NIL =
if AltiVec is available.</p>
               </div>
@@ -34609,7 +34609,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id571587">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id515643">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Intended to cont=
rol the expansion of certain lap macros.
 	      Initialized to NIL on LinuxPPC; initialized to T on platforms
@@ -34631,13 +34631,13 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572735">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518873">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">reglist</span></i>---A list of vector register names (vr0 .. vr31=
).</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---A sequence of PPC LAP instructions.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580090">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id518914">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Specifies the se=
t of AltiVec registers used in body. If
 	      *altivec-lapmacros-maintain-vrsave-p* is true when the macro is
@@ -34663,7 +34663,7 @@
           <p>
             <div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id580151">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id517930">=
</a>
                 <div class=3D"header">Arguments and Values:</div>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">base</span></i>---Any available general-purpose register.</p>
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">n</span></i>---An integer between 1 and 254, inclusive. (Should
@@ -34672,7 +34672,7 @@
                 <p><i><span xmlns=3D"http://www.w3.org/1999/xhtml" class=
=3D"term">body</span></i>---A sequence of PPC LAP instructions.</p>
               </div>
               <div class=3D"refsect1" lang=3D"en" xml:lang=3D"en">
-                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id604806">=
</a>
+                <a xmlns=3D"http://www.w3.org/1999/xhtml" id=3D"id572810">=
</a>
                 <div class=3D"header">Description:</div>
                 <p xmlns=3D"http://www.w3.org/1999/xhtml">Generates code w=
hich allocates a 16-byte aligned buffer
 	      large enough to contain N vector registers; the GPR base points to
@@ -35692,6 +35692,6 @@
     <div xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" align=3D"cente=
r">
       <a href=3D"#Symbol-Index">Symbol Index</a>
     </div>
-    <p xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" xmlns:date=3D"ht=
tp://exslt.org/dates-and-times" class=3D"footer">This document was last mod=
ified at 13:0 on March 29, 2012, in UTC.<br></br>It uses version 1.75.2 of =
the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 152=
89<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
+    <p xmlns=3D"http://www.w3.org/TR/xhtml1/transitional" xmlns:date=3D"ht=
tp://exslt.org/dates-and-times" class=3D"footer">This document was last mod=
ified at 5:0 on April 7, 2012, in UTC.<br></br>It uses version 1.75.2 of th=
e Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15299=
<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
   </body>
 </html>



More information about the Openmcl-cvs-notifications mailing list