Index: /trunk/source/doc/ccl-documentation.html
===================================================================
--- /trunk/source/doc/ccl-documentation.html	(revision 14801)
+++ /trunk/source/doc/ccl-documentation.html	(revision 14802)
@@ -6,5 +6,5 @@
     <title>Clozure CL Documentation</title>
     <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
-    <link rel="home" href="#id590940" title="Clozure CL Documentation" />
+    <link rel="home" href="#id349549" title="Clozure CL Documentation" />
     <link rel="next" href="#about-ccl" title="ChapterÂ 1.Â About Clozure CL" />
   </head>
@@ -14,5 +14,5 @@
         <div>
           <div>
-            <h1 class="title"><a id="id590940"></a>Clozure CL Documentation</h1>
+            <h1 class="title"><a id="id349549"></a>Clozure CL Documentation</h1>
           </div>
         </div>
@@ -295,10 +295,10 @@
               <dt>
                 <span class="sect1">
-                  <a href="#EchoArea">6.12. The Echo Area</a>
+                  <a href="#HemlockProgrammingEchoArea">6.12. The Echo Area</a>
                 </span>
               </dt>
               <dt>
                 <span class="sect1">
-                  <a href="#Files">6.13. Files</a>
+                  <a href="#HemlockProgrammingFiles">6.13. Files</a>
                 </span>
               </dt>
@@ -1845,5 +1845,5 @@
           <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it
       may be helpful to refer to these definitions.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id617613" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
+          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id376222" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
         files</em></a> are the object files produced
       by <code class="literal">compile-file</code>.  fasl files store the
@@ -1856,5 +1856,5 @@
       see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a> </p>
-          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id617682" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
+          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id376292" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
         kernel</em></a> is a C program with a fair amount of
       platform-specific assembly language code. Its basic job is to
@@ -1866,5 +1866,5 @@
       files on different platforms; see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a>.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id632967" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id391576" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="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
@@ -1877,5 +1877,5 @@
       standard full heap image files on different platforms; see
       <a class="xref" href="#Platform-specific-filename-conventions" title="TableÂ 3.1.Â Platform-specific filename conventions">TableÂ 3.1, âPlatform-specific filename conventionsâ</a>.</p>
-          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id615294" class="indexterm"></a> bootstrapping image is a minimal
+          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id373903" class="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
@@ -1889,5 +1889,5 @@
       as-yet-unsupported ones) has a uniquely named subdirectory of
       <code class="literal">ccl/lisp-kernel/</code>; each such
-      <a id="id635477" class="indexterm"></a>
+      <a id="id394086" class="indexterm"></a>
       contains a Makefile and may contain some auxiliary files (linker
       scripts, etc.) that are used to build the lisp kernel on a
@@ -2723,5 +2723,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id626964" class="indexterm"></a>
+      <a id="id385574" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em>
         <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> |
@@ -3167,15 +3167,15 @@
           </div>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id645738" class="indexterm"></a>
+      <a id="id404347" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
     </p>
           <p xmlns="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="http://www.w3.org/1999/xhtml">
-      <a id="id645765" class="indexterm"></a>
+      <a id="id404374" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id645794" class="indexterm"></a>
+      <a id="id404403" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&amp;key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}*    [Function]</strong></span>
     </p>
@@ -3185,5 +3185,5 @@
     </p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id645842" class="indexterm"></a>
+      <a id="id404451" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
     </p>
@@ -3193,5 +3193,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id645877" class="indexterm"></a>
+      <a id="id404486" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></span>
     </p>
@@ -3201,5 +3201,5 @@
       explicit printing done by user code.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id645912" class="indexterm"></a>
+      <a id="id404521" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></span>
     </p>
@@ -3250,5 +3250,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646075"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id404684"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>---
@@ -3285,5 +3285,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646182"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id404791"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3330,5 +3330,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646281"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id404890"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3345,5 +3345,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646348"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id404957"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3369,5 +3369,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646426"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id405035"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3381,5 +3381,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id646474"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id405083"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -3541,5 +3541,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647008"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id405617"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is
@@ -3567,5 +3567,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647070"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id405679"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format
@@ -3599,5 +3599,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id647152"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id405762"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external
@@ -3633,5 +3633,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id662900"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id421509"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a
@@ -3806,5 +3806,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id663234"></a>4.5.4.1.Â Encoding Problems</h4>
+                    <h4 class="title"><a id="id421843"></a>4.5.4.1.Â Encoding Problems</h4>
                   </div>
                 </div>
@@ -3822,5 +3822,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id663246"></a>4.5.4.2.Â Byte Order Marks</h4>
+                    <h4 class="title"><a id="id421855"></a>4.5.4.2.Â Byte Order Marks</h4>
                   </div>
                 </div>
@@ -3850,5 +3850,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id663281"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
+                    <h4 class="title"><a id="id421890"></a>4.5.4.3.Â <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
                   </div>
                 </div>
@@ -3872,5 +3872,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id663342"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id421951"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings
@@ -3881,5 +3881,5 @@
                   </div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id663357"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id421966"></a>
                     <div class="header">See Also:</div>
                     <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4.Â Character Encodings">SectionÂ 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2.Â External Formats">SectionÂ 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4.Â Supported Character Encodings">SectionÂ 4.5.4.4, âSupported Character Encodingsâ</a></span>
@@ -4312,5 +4312,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id664036"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
+                    <h4 class="title"><a id="id422645"></a>4.5.4.5.Â Encoding and Decoding Strings</h4>
                   </div>
                 </div>
@@ -4337,5 +4337,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664112"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id422721"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4368,5 +4368,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664207"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id422816"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4417,5 +4417,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664341"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id422950"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4470,5 +4470,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664471"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id423080"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4520,5 +4520,5 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts:  <code class="literal">ccl</code> and <code class="literal">home</code></p>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id664560" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id423169" class="indexterm"></a>
             <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the
         <code class="literal">ccl</code> directory.  It is used for a variety of
@@ -4579,5 +4579,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id664662"></a>4.6.3.1.Â Working with native namestrings</h4>
+                    <h4 class="title"><a id="id423272"></a>4.6.3.1.Â Working with native namestrings</h4>
                   </div>
                 </div>
@@ -4598,5 +4598,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664709"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id423318"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4629,5 +4629,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id664783"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id423392"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -4752,5 +4752,5 @@
       platforms.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id664957" class="indexterm"></a>
+      <a id="id423566" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
         <em class="parameter"><code>pathname</code></em>
@@ -4812,5 +4812,5 @@
       a memory error.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id665090" class="indexterm"></a>
+      <a id="id423699" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em>
         <em class="parameter"><code>displaced-array</code></em>
@@ -4824,5 +4824,5 @@
       target is an empty vector (of length zero).</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id665125" class="indexterm"></a>
+      <a id="id423734" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
         <em class="parameter"><code>pathname</code></em>
@@ -4834,5 +4834,5 @@
       bytes.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id665157" class="indexterm"></a>
+      <a id="id423766" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
         <em class="parameter"><code>displaced-array</code></em>
@@ -4873,5 +4873,5 @@
       static.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id665232" class="indexterm"></a>
+      <a id="id423841" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em>
         <em class="parameter"><code>var</code></em>
@@ -4927,5 +4927,5 @@
             </div>
           </div>
-          <a xmlns="http://www.w3.org/1999/xhtml" id="id665344" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id423953" class="indexterm"></a>
           <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the
       function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file
@@ -5007,5 +5007,5 @@
       converted, because address 0 can always be relied upon to refer to
       the same thing.</p>
-          <a xmlns="http://www.w3.org/1999/xhtml" id="id665565" class="indexterm"></a>
+          <a xmlns="http://www.w3.org/1999/xhtml" id="id424174" class="indexterm"></a>
           <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code>
       refers to a <code class="literal">MACPTR</code> object that points to address 0.</p>
@@ -5018,5 +5018,5 @@
       or <code class="literal">ccl64</code> script.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id665613" class="indexterm"></a>
+      <a id="id424222" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em>
         <em class="parameter"><code>filename</code></em>
@@ -5219,5 +5219,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666016"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424625"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>---
@@ -5233,5 +5233,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666075"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424684"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5293,5 +5293,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666166"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424775"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>---
@@ -5301,5 +5301,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666190"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424799"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5340,5 +5340,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666285"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424894"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>---
@@ -5349,5 +5349,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id666321"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id424930"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5398,5 +5398,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id666396"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425005"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---
@@ -5405,5 +5405,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id666418"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425028"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5572,5 +5572,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id666593"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425202"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5606,5 +5606,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id666641"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425250"></a>
                   <div class="header">Discussion:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5624,5 +5624,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id666695"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425304"></a>
                   <div class="header">Restarts:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -5692,5 +5692,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id666752"></a>4.12.5.1.Â Fancy arrays</h4>
+                    <h4 class="title"><a id="id425361"></a>4.12.5.1.Â Fancy arrays</h4>
                   </div>
                 </div>
@@ -5719,5 +5719,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id666771"></a>4.12.5.2.Â Hash tables</h4>
+                    <h4 class="title"><a id="id425380"></a>4.12.5.2.Â Hash tables</h4>
                   </div>
                 </div>
@@ -5767,5 +5767,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id666802"></a>4.12.5.3.Â Lists</h4>
+                    <h4 class="title"><a id="id425411"></a>4.12.5.3.Â Lists</h4>
                   </div>
                 </div>
@@ -5960,5 +5960,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667031"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425640"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>---
@@ -5984,5 +5984,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667102"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425711"></a>
                   <div class="header">Example:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6018,5 +6018,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667181"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425790"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6040,5 +6040,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667220"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425829"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6066,5 +6066,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667282"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425891"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6092,5 +6092,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667339"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id425948"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6123,5 +6123,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667403"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426012"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6150,5 +6150,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667470"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426079"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6173,5 +6173,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667521"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426130"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6197,5 +6197,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667571"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426180"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6224,5 +6224,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667634"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426243"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6251,5 +6251,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667701"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426310"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6418,5 +6418,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id667952"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426561"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6444,5 +6444,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668012"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426621"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6457,5 +6457,5 @@
       coverage uses an abbreviated format
       and is missing some of the information in a full snapshot, and therefore cannot be passed to
-      functions documented to accept a <span style="color: red">&lt;variable&gt;snapshot&lt;/variable&gt;</span>, only to functions
+      functions documented to accept a <em class="varname">snapshot</em>, only to functions
       specifically documented to accept incremental coverage deltas.
      </p>
@@ -6478,5 +6478,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668090"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426699"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>---
@@ -6489,5 +6489,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668127"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426736"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6523,5 +6523,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668207"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426816"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>---
@@ -6540,5 +6540,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668268"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426877"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6574,5 +6574,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668348"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id426958"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6599,5 +6599,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id668400"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id427009"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6675,5 +6675,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668512"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427121"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6710,5 +6710,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668574"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427183"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6741,5 +6741,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668631"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427240"></a>
                 <div class="header">Summary:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -6971,5 +6971,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id651919"></a>5.4.2.1.Â Checking for Updates</h4>
+                    <h4 class="title"><a id="id410528"></a>5.4.2.1.Â Checking for Updates</h4>
                   </div>
                 </div>
@@ -7103,5 +7103,5 @@
       the required subsystems, if necessary.</p>
           <p xmlns="http://www.w3.org/1999/xhtml">
-      <a id="id600388" class="indexterm"></a>
+      <a id="id358997" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&amp;key</em>
         (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>)
@@ -7656,5 +7656,5 @@
             <dt>
               <span class="sect1">
-                <a href="#EchoArea">6.12. The Echo Area</a>
+                <a href="#HemlockProgrammingEchoArea">6.12. The Echo Area</a>
               </span>
             </dt>
@@ -7690,5 +7690,5 @@
             <dt>
               <span class="sect1">
-                <a href="#Files">6.13. Files</a>
+                <a href="#HemlockProgrammingFiles">6.13. Files</a>
               </span>
             </dt>
@@ -7851,5 +7851,5 @@
           <p xmlns="http://www.w3.org/1999/xhtml">
 Hemlock follows in the tradition of Emacs-compatible editors, with a rich set of extensible commands.  This document describes the API for implementing new commands.  The basic editor consists of a set of Lisp utility functions for manipulating buffers and the other data structures of the editor.  All user level commands are written in terms of these 
-functions. To find out how to define commands see <a class="ulink" href="HemlockProgrammer/Commands" target="_top">Commands</a>.
+functions. To find out how to define commands see <a class="link" href="#HemlockProgrammingCommands" title="6.7.Â Commands">Commands</a>.
         </p>
         </div>
@@ -7903,5 +7903,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626500"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id385108"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7925,5 +7925,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626553"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id385160"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7952,5 +7952,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id662541"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id421148"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -7972,5 +7972,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id662593"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id421201"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -7996,5 +7996,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id604470"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id363077"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8020,5 +8020,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id604523"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id363131"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8043,5 +8043,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id604577"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id363184"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8068,5 +8068,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id660364"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id418972"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8093,5 +8093,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id660419"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id419027"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8130,5 +8130,5 @@
 This section discusses the very basic operations involving marks, but
 a lot of Hemlock programming is built on altering some text at a mark.
-For more extended uses of marks see <a class="ulink" href="HemlockProgrammer/AlteringAndSearchingText" target="_top">Altering And Searching Text</a>.
+For more extended uses of marks see <a class="link" href="#HemlockProgrammingAlteringAndSearchingText" title="6.4.Â Altering and Searching Text">Altering And Searching Text</a>.
             </p>
             <div class="sect3" lang="en" xml:lang="en">
@@ -8179,5 +8179,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660541"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419149"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8201,5 +8201,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660595"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419203"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8223,5 +8223,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660648"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419256"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8246,5 +8246,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660706"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419315"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8268,5 +8268,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660760"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419369"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8292,5 +8292,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660819"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419428"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8316,5 +8316,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660884"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419494"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8336,5 +8336,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id660938"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419547"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8371,5 +8371,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661008"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419617"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8396,5 +8396,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661077"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419686"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8419,5 +8419,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661132"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419741"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8442,5 +8442,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661187"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419796"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8482,5 +8482,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661266"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419875"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8505,5 +8505,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661322"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419931"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8528,5 +8528,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661376"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id419985"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8551,5 +8551,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661434"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420043"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8571,5 +8571,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661492"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420101"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8594,5 +8594,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661550"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420159"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8614,5 +8614,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661607"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420216"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8639,5 +8639,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661663"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420272"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8659,5 +8659,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661718"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420327"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8683,5 +8683,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661773"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420382"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8708,5 +8708,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661832"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420441"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8763,5 +8763,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661921"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420530"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8787,5 +8787,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id661977"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420586"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8809,5 +8809,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662032"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420641"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8833,5 +8833,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662094"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420703"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8857,5 +8857,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662150"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420759"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8877,5 +8877,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662205"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420814"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8900,5 +8900,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662260"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420869"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8924,5 +8924,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662322"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420931"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -8944,5 +8944,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id662376"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id420986"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8966,5 +8966,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id684753"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id443847"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -8989,5 +8989,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id684800"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id443894"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9012,5 +9012,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id684848"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id443942"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9038,5 +9038,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id684897"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id443991"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9090,16 +9090,20 @@
               <li class="listitem">
                 <p>
-Some <a class="ulink" href="HemlockProgrammer/HemlockVariables" target="_top">variables</a>.
+Some <a class="link" href="#HemlockProgrammingHemlockVariables" title="6.6.Â Hemlock Variables">variables</a>.
                     </p>
               </li>
               <li class="listitem">
                 <p>
-Some <a class="ulink" href="HemlockProgrammer/Commands" target="_top">key bindings</a>.
+Some <a class="link" href="#HemlockProgrammingCommands" title="6.7.Â Commands">key bindings</a>.
                     </p>
               </li>
               <li class="listitem">
                 <p>
-A collection of <a class="ulink" href="HemlockProgrammer/Modes" target="_top">modes</a>.
-10. A list of modeline fields (optional).
+A collection of <a class="link" href="#HemlockProgrammingModes" title="6.8.Â Modes">modes</a>.
+		    </p>
+              </li>
+              <li class="listitem">
+                <p>
+A list of modeline fields (optional).
                     </p>
               </li>
@@ -9147,5 +9151,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685061"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444162"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9170,5 +9174,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685108"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444209"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9194,5 +9198,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685156"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444256"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9217,5 +9221,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685203"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444304"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9241,5 +9245,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685251"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444353"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9265,5 +9269,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685306"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444408"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9290,5 +9294,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685362"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444465"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9315,5 +9319,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685418"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444521"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9339,5 +9343,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685474"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444577"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9345,5 +9349,5 @@
 mark.  If the stack becomes empty, this pushes a new mark on the stack
 pointing to the buffer's start.  This always deactivates the current
-region (see <a class="ulink" href="HemlockProgrammer/AlteringAndSearchingText#ActiveRegions" target="_top">Active Regions</a>).
+region (see <a class="link" href="#ActiveRegions" title="6.4.4.Â Active Regions">Active Regions</a>).
                     </p>
                 </div>
@@ -9364,5 +9368,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685540"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444642"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9371,5 +9375,5 @@
 the current buffer, this signals an error.  Optionally, the current
 region is made active, but this never deactivates the current region
-(see <a class="ulink" href="HemlockProgrammer/AlteringAndSearchingText#ActiveRegions" target="_top">Active Regions</a>).
+(see <a class="link" href="#ActiveRegions" title="6.4.4.Â Active Regions">Active Regions</a>).
 Mark is returned.
                     </p>
@@ -9391,5 +9395,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685606"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444708"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9414,5 +9418,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685672"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444774"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9436,8 +9440,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685727"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444829"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This variable holds a <a class="ulink" href="HemlockProgrammer/Utilities#StringTables" target="_top">string-table</a>
+This variable holds a <a class="link" href="#StringTableFunctions" title="6.16.1.Â String-table Functions">string-table</a>
 mapping the name of a buffer to the corresponding buffer object.
                     </p>
@@ -9468,5 +9472,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685804"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444905"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9488,5 +9492,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685858"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id444960"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9508,5 +9512,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685912"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445014"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9515,7 +9519,8 @@
 modes which should be in effect in the buffer, major mode first,
 followed by any minor modes.  If this is omitted then the buffer is
-created with the list of modes contained in Default Modes (page
-35). Modeline-fields is a list of modeline-field objects (see section
-3.3) which may be nil. delete-hook is a list of delete hooks specific
+created with the list of modes contained in <a class="link" href="#hv_default_modes" title="Hemlock Variable Default Modes">
+Default Modes</a>. Modeline-fields is a list of modeline-field objects (see
+the  <a class="link" href="#Modelines" title="6.3.3.Â Modelines">Modelines</a> section)
+which may be nil. delete-hook is a list of delete hooks specific
 to this buffer, and delete-buffer invokes these along with Delete
 Buffer Hook.
@@ -9544,5 +9549,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id685976"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445090"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9566,5 +9571,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686031"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445144"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9586,5 +9591,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686084"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445198"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9612,9 +9617,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686141"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445254"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Returns the buffer's region.  Note this is the region that contains all
-the text in a buffer, not the current-region (page 19).
+the text in a buffer, as opposed to the <a class="link" href="#f_current-region" title="Function current-region">current-region</a>.
                     </p>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9638,5 +9643,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686200"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445319"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9658,5 +9663,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686254"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445373"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9685,5 +9690,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686311"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445430"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9710,9 +9715,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686368"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445487"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Returns the mark which is the current location within buffer. To move
-the point, use move-mark or move-to-position (page 5).
+the point, use <a class="link" href="#f_move-mark" title="Function move-mark">move-mark</a> or <a class="link" href="#f_move-to-position" title="Function move-to-position">move-to-position</a>
                     </p>
                 </div>
@@ -9733,5 +9738,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686423"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445553"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9757,5 +9762,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686479"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445609"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9777,5 +9782,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686532"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445663"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9813,5 +9818,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686600"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445731"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9833,5 +9838,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686654"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445784"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9859,5 +9864,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686711"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445842"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -9879,5 +9884,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686765"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445895"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9905,5 +9910,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686825"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id445956"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9928,5 +9933,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686880"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446011"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -9952,9 +9957,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686936"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446066"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This function returns a string-table (page 69) containing the names of
-the buffer's local variables.  See chapter 6.
+This function returns a <a class="link" href="#StringTableFunctions" title="6.16.1.Â String-table Functions">string-table</a> containing the names of
+the buffer's local <a class="link" href="#HemlockProgrammingHemlockVariables" title="6.6.Â Hemlock Variables">variables</a>.
                     </p>
                 </div>
@@ -9975,10 +9980,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id686991"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446133"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This function returns the list of the names of the modes active in
 buffer. The major mode is first, followed by any minor modes.  See
-chapter 8.
+the <a class="link" href="#HemlockProgrammingModes" title="6.8.Â Modes">Modes</a> chapter.
                     </p>
                 </div>
@@ -9999,5 +10004,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687047"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446195"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10022,5 +10027,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687102"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446250"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10042,9 +10047,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687156"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446304"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-delete-buffer removes buffer from (all-buffers) (page 10) and its name
-from *buffer-names* (page 10).  Before buffer is deleted, this invokes
+delete-buffer removes buffer from <a class="link" href="#f_all-buffers" title="Function all-buffers">(all-buffers)</a> and its name
+from <a class="link" href="#v_buffer-names" title="Variable *buffer-names*">*buffer-names*</a>.  Before buffer is deleted, this invokes
 the functions on buffer returned by buffer-delete-hook and those found
 in Delete Buffer Hook. If buffer is the current-buffer, or if it is
@@ -10136,5 +10141,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687297"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446456"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10163,5 +10168,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687354"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446513"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10187,5 +10192,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687410"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446569"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10210,5 +10215,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687465"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446624"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10233,5 +10238,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687520"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446679"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10259,5 +10264,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687577"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446736"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10285,5 +10290,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687634"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446793"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10314,5 +10319,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687693"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446853"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10337,5 +10342,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687749"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446909"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10387,5 +10392,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687837"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id446996"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10407,5 +10412,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687891"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447050"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10427,5 +10432,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id687945"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447104"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10452,5 +10457,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688009"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447168"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10479,5 +10484,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688070"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447229"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10505,5 +10510,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688126"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447286"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10530,5 +10535,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688183"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447342"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10555,5 +10560,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688240"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447399"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10614,5 +10619,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688352"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447511"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10637,5 +10642,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688407"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447566"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10664,9 +10669,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688470"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447629"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Returns t if line contains only characters with a Whitespace attribute
-of 1.  See chapter 9 for discussion of character attributes.
+of 1.  See the <a class="link" href="#HemlockProgrammingCharacterAttributes" title="6.9.Â Character Attributes">Character Attributes</a>
+chapter for discussion of character attributes.
                     </p>
                 </div>
@@ -10687,5 +10693,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688525"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447690"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10707,5 +10713,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688579"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447744"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10730,5 +10736,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688634"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447799"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10759,5 +10765,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688695"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447860"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10779,5 +10785,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688749"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447914"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10799,5 +10805,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688803"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id447968"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10819,5 +10825,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688858"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448023"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10839,5 +10845,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688911"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448076"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10859,5 +10865,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id688966"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448131"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10884,5 +10890,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689022"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448187"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10904,5 +10910,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689077"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448242"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10924,5 +10930,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689131"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448296"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -10944,5 +10950,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689185"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448350"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10967,5 +10973,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689241"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448406"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -10990,5 +10996,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689296"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448461"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11010,5 +11016,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689350"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448515"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11030,8 +11036,8 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">
-There is a global ring (see section 16.2) of regions deleted from buffers.
+There is a global <a class="link" href="#RingFunctions" title="6.16.2.Â Ring Functions">ring</a> of regions deleted from buffers.
 Some commands save affected regions on the kill ring before performing
-modifications.  You should consider making the command undoable (see
-section 16.3), but this is a simple way of achieving a less
+modifications.  You should consider making the command <a class="link" href="#UndoingCommands" title="6.16.3.Â Undoing commands">undoable</a>,
+but this is a simple way of achieving a less
 satisfactory means for the user to recover.
             </p>
@@ -11050,9 +11056,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689430"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448607"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This kills region saving it in the kill ring. Current-type is either
-:kill-forward or :kill-backward. When the last-command-type (page 31)
+:kill-forward or :kill-backward. When the <a class="link" href="#f_last-command-type" title="Function last-command-type">last-command-type</a>
 is one of these, this adds region to the beginning or end,
 respectively, of the top of the kill ring. The result of calling this is
@@ -11078,5 +11084,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689488"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448670"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11098,5 +11104,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689543"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448724"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11105,5 +11111,5 @@
 greater than or equal to Character Deletion Threshold, the killed
 characters are saved on the kill ring. This may be called multiple times
-contiguously (that is, without last-command-type (page 31) being set)
+contiguously (that is, without  <a class="link" href="#f_last-command-type" title="Function last-command-type">last-command-type</a> being set)
 to accumulate an effective count for purposes of comparison with the
 threshold.
@@ -11138,5 +11144,5 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">
-Every buffer has a mark stack (page 9) and a mark known as the point
+Every buffer has a mark stack and a mark known as the point
 where most text altering nominally occurs.  Between the top of the
 mark stack, the current-mark, and the current-buffer's point, the
@@ -11206,5 +11212,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689690"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448877"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11230,8 +11236,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689746"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448934"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This is a list of command types (see section 7.3), and its initial
+This is a list of <a class="link" href="#CommandTypes" title="6.7.3.Â Command Types">command types</a>, and its initial
 value is the list of :ephemerally-active and :unkill. When the
 previous command's type is one of these, the current-region is active
@@ -11260,5 +11266,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689806"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id448999"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11282,5 +11288,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689860"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449053"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11304,5 +11310,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689915"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449108"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11327,5 +11333,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id689970"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449163"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11350,5 +11356,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690029"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449222"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11376,5 +11382,5 @@
             <p xmlns="http://www.w3.org/1999/xhtml">
 Before using any of these functions to do a character search, look at
-character attributes (page 37).  They provide a facility similar to
+<a class="link" href="#HemlockProgrammingCharacterAttributes" title="6.9.Â Character Attributes">character attributes</a>.  They provide a facility similar to
 the syntax table in real Emacs.  Syntax tables are a powerful,
 general, and efficient mechanism for assigning meanings to characters
@@ -11395,5 +11401,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690108"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449307"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11453,5 +11459,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690308"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449507"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11475,5 +11481,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690363"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449562"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11502,5 +11508,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690420"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449618"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11524,5 +11530,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690475"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449673"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11549,5 +11555,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690535"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id449734"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11578,8 +11584,8 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">
-In Hemlock the "current" values of <a class="ulink" href="HemlockProgrammer/HemlockVariables" target="_top">variables</a>,
-<a class="ulink" href="HemlockProgrammer/Commands" target="_top">key bindings</a> and
-<a class="ulink" href="HemlockProgrammer/CharacterAttributes" target="_top">character-attributes</a>
-depend on the <a class="ulink" href="HemlockProgrammer/Buffers#CurrentBuffer" target="_top">current buffer</a>
+In Hemlock the "current" values of <a class="link" href="#HemlockProgrammingHemlockVariables" title="6.6.Â Hemlock Variables">variables</a>,
+<a class="link" href="#HemlockProgrammingCommands" title="6.7.Â Commands">key bindings</a> and
+<a class="link" href="#HemlockProgrammingCharacterAttributes" title="6.9.Â Character Attributes">character-attributes</a>
+depend on the <a class="link" href="#CurrentBuffer" title="6.3.1.Â The Current Buffer">current buffer</a>
 and the modes active in it.  There are three possible scopes for
 Hemlock values:
@@ -11676,10 +11682,10 @@
               <li class="listitem">
                 <p>
-Hemlock has different scoping rules which are useful in an editor.  Hemlock variables can be local to a buffer (page 9) or a mode (page 35).
+Hemlock has different scoping rules which are useful in an editor.  Hemlock variables can be local to a <a class="link" href="#HemlockProgrammingBuffers" title="6.3.Â Buffers">buffer</a> or a <a class="link" href="#HemlockProgrammingModes" title="6.8.Â Modes">mode</a>.
                 </p>
               </li>
               <li class="listitem">
                 <p>
-Hemlock variables have hooks (page 25), lists of functions called when someone sets the variable. See variable-value for the arguments Hemlock passes to these hook functions.
+Hemlock variables have <a class="link" href="#ModeHooks" title="6.8.1.Â Mode Hooks">hooks</a>, lists of functions called when someone sets the variable. See variable-value for the arguments Hemlock passes to these hook functions.
                 </p>
               </li>
@@ -11723,5 +11729,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690829"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450045"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11747,5 +11753,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690884"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450100"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11784,5 +11790,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id690959"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450175"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11827,5 +11833,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691110"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450327"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11866,5 +11872,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691244"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450460"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11886,5 +11892,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691302"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450518"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11906,5 +11912,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691360"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450576"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11930,5 +11936,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691416"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450632"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11953,5 +11959,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691471"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450687"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -11973,5 +11979,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691525"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450741"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -11996,5 +12002,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691584"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450800"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12022,5 +12028,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691644"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450860"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12045,5 +12051,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691703"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450919"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12065,5 +12071,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691757"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id450973"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12122,5 +12128,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691844"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id451061"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12142,5 +12148,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691898"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id451115"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12174,5 +12180,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id691964"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id451181"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12235,28 +12241,214 @@
               </dl>
             </div>
-            <p>
-              <div class="refentrytitle">
-                <a id="v_command-names"></a>
-                <strong>[Variable]</strong>
-                <br></br>
-                <code>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="DefiningCommands"></a>6.7.1.1.Â Defining Commands</h4>
+                  </div>
+                </div>
+              </div>
+              <p>
+                <div class="refentrytitle">
+                  <a id="v_command-names"></a>
+                  <strong>[Variable]</strong>
+                  <br></br>
+                  <code>
                         *command-names* 
                     </code>
-              </div>
-              <div class="refentrytitle"></div>
-            </p>
-            <p>
-              <div>
-                <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id692098"></a>
-                  <div class="header">Description:</div>
-                  <p xmlns="http://www.w3.org/1999/xhtml">
-Holds a string-table (page 69) associating command names to command
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451324"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Holds a <a class="link" href="#StringTableFunctions" title="6.16.1.Â String-table Functions">string-table</a> associating command names to command
 objects.  Whenever a new command is defined it is entered in this
 table.
                     </p>
-                </div>
-              </div>
-            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="m_defcommand"></a>
+                  <strong>[Macro]</strong>
+                  <br></br>
+                  <code>
+                                defcommand {command-name | (command-name function-name <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;key</em>)} lambda-list command-doc {function-doc} {form}* 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451391"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Defines a command named name. defcommand creates a function to
+implement the command from the lambda-list and forms supplied.  The
+lambda-list must specify one required argument, see <a class="link" href="#CommandArguments" title="6.7.4.Â Command Arguments">below</a>,
+which by convention is typically named <code class="code">p</code>. If the caller does not specify
+function-name, defcommand creates the command name by replacing all
+spaces with hyphens and appending "-command".  Any keyword arguments
+are as for <code class="code">make-command</code>.  Command-doc becomes the command
+documentation for the command.  Function-doc, if present, becomes the
+documentation for the function and should primarily describe
+issues involved in calling the command as a function, such as what any
+additional arguments are. 
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_make-command"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                make-command name documentation function <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;key</em> :transparent-p 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451470"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Defines a new command named name, with command documentation
+documentation and function function.  If :transparent-p is true,
+the command becomes <a class="link" href="#TransparentKeyBindings" title="6.7.2.5.Â Transparent Key Bindings">transparent</a>.
+The command in entered in the
+string-table <a class="link" href="#v_command-names" title="Variable *command-names*">*command-names*</a>, with the command object as its
+value.  Normally command implementors will use the defcommand macro,
+but this permits access to the command definition mechanism at a lower
+level, which is occasionally useful.
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_commandp"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                commandp command 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451542"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Returns t if command is a command object, otherwise nil.
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_command-documentation"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                command-documentation command 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451599"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml"> </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_command-function"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                command-function command 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451655"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml"> </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_command-name"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                command-name command 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451711"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Returns the documentation, function, or name for command. These may be
+set with setf.
+                            </p>
+                  </div>
+                </div>
+              </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="CommandDocumentation"></a>6.7.1.2.Â Command Documentation</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+Command documentation is a description of what the command does when
+it is invoked as an extended command or from a key.  Command
+documentation may be either a string or a function.  If the
+documentation is a string then the first line should briefly summarize
+the command, with remaining lines filling the details.  Example:
+                    </p>
+              <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+
+(defcommand "Forward Character" (p)
+  "Move the point forward one character.
+   With prefix argument move that many characters, with negative
+   argument go backwards."
+. . .)
+
+</pre>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+Command documentation may also be a function of one argument.  The
+function is called with either :short or :full, indicating that the
+function should return a short documentation string or do something
+to document the command fully.
+                    </p>
+            </div>
           </div>
           <div class="sect2" lang="en" xml:lang="en">
@@ -12278,28 +12470,390 @@
 echo area, displaying partial keys typed slowly by the user, etc.
             </p>
-            <p>
-              <div class="refentrytitle">
-                <a id="hv_command_abort_hook"></a>
-                <strong>[Hemlock Variable]</strong>
-                <br></br>
-                <code>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="ControllingTheCommandInterpreter"></a>6.7.2.1.Â Controlling The Command Interpreter</h4>
+                  </div>
+                </div>
+              </div>
+              <p>
+                <div class="refentrytitle">
+                  <a id="hv_command_abort_hook"></a>
+                  <strong>[Hemlock Variable]</strong>
+                  <br></br>
+                  <code>
                         Command Abort Hook 
                     </code>
-              </div>
-              <div class="refentrytitle"></div>
-            </p>
-            <p>
-              <div>
-                <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id692582"></a>
-                  <div class="header">Description:</div>
-                  <p xmlns="http://www.w3.org/1999/xhtml">
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451826"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
 The command interpreter invokes the function in this variable whenever
 someone aborts a command (for example, if someone called
 editor-error).
                     </p>
-                </div>
-              </div>
-            </p>
+                  </div>
+                </div>
+              </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="EditorInput"></a>6.7.2.2.Â Editor Input</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+The canonical representation of editor input is a key-event structure.
+Users can bind commands to keys, which are
+non-empty sequences of key-events. A key-event consists of an
+identifying token known as a keysym and a field of bits representing
+modifiers.  Users define keysym names by supplying names that reflect
+the legends on their keyboard's keys. Users define modifier names
+similarly, but the system chooses the bit and mask for recognizing the
+modifier.  You can use keysym and modifier names to textually specify
+key-events and Hemlock keys in a #k syntax. The following are some
+examples:
+                    </p>
+              <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
+
+#k"C-u"
+#k"Control-u"
+#k"c-m-z"
+#k"control-x meta-d"
+#k"a"
+#k"A"
+#k"Linefeed"
+
+</pre>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+This is convenient for use within code and in init files
+containing <code class="code">bind-key</code> calls.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+The #k syntax is delimited by double quotes.  Within the
+double quotes, spaces separate multiple key-events.  A single
+key-event optionally starts with modifier names terminated by hyphens.
+Modifier names are alphabetic sequences of characters which the system
+uses case-insensitively. Following modifiers is a keysym name, which
+is case-insensitive if it consists of multiple characters, but if the
+name consists of only a single character, then it is case-sensitive.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+You can escape special characters---hyphen, double quote, open angle
+bracket, close angle bracket, and space---with a backslash, and you
+can specify a backslash by using two contiguously.  You can use angle
+brackets to enclose a keysym name with many special characters in it.
+Between angle brackets appearing in a keysym name position, there are
+only two special characters, the closing angle bracket and backslash.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+For more information on key-events see the <a class="link" href="#KeyEvents" title="6.17.1.Â Key-events">Key-events</a> section.
+                    </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="BindingCommandsToKeys"></a>6.7.2.3.Â Binding Commands to Keys</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+The command interpreter determines which command to invoke on the
+basis of <span class="emphasis"><em>key bindings</em></span>. A key binding is an association between a
+command and a sequence of key-events.  A sequence
+of key-events is called a key and is represented by a single key-event
+or a sequence (list or vector) of key-events.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+Since key bindings may be local to a mode or buffer, the <a class="link" href="#HemlockProgrammingTheCurrentEnvironment" title="6.5.Â The Current Environment">current
+environment</a> determines the set of key bindings in effect at
+any given time.  When the command interpreter tries to find the
+binding for a key, it first checks if there is a local binding in
+the <a class="link" href="#CurrentBuffer" title="6.3.1.Â The Current Buffer">current buffer</a>, then if there is a binding in each of the
+minor modes and the major <a class="link" href="#HemlockProgrammingModes" title="6.8.Â Modes">mode</a> for the current buffer, and
+finally checks to see if there is a global binding.  If no binding is
+found, then the command interpreter beeps or flashes the screen to
+indicate this.
+                    </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_bind-key"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                bind-key name key <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;optional</em> kind where 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id451991"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function associates command name and key in some environment. Key
+is either a key-event or a sequence of key-events.  There are three
+possible values of kind:
+                            </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:global</span></i>---
+The default, make a global key binding.
+                                        </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:mode</span></i>---
+Make a mode specific key binding in the mode whose name is where.
+                                        </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:buffer</span></i>---
+Make a binding which is local to buffer where.
+                                        </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This processes key for <a class="link" href="#KeyTranslation" title="6.7.2.4.Â Key Translation">key translations</a> before establishing the
+binding.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+If the key is some prefix of a key binding which already exists in the
+specified place, then the new one will override the old one,
+effectively deleting it.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+                                <code class="code">do-alpha-key-events</code> is useful for setting up bindings in certain new modes.
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_command-bindings"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                command-bindings command 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452126"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function returns a list of the places where command is bound.  A
+place is specified as a list of the key (always a vector), the kind of
+binding, and where (either the mode or buffer to which the binding is
+local, or nil if it is a global).
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_delete-key-binding"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                delete-key-binding key <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;optional</em> kind where 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452188"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function removes the binding of key in some place. Key is either
+a key-event or a sequence of key-events. kind is the kind of binding
+to delete, one of :global(the default), :mode or :buffer. If kind is
+:mode, where is the mode name, and if kind is :buffer, then where is
+the buffer.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function signals an error if key is unbound.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This processes key for <a class="link" href="#KeyTranslation" title="6.7.2.4.Â Key Translation">key translations</a> before deleting the binding.
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_get-command"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                get-command key <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;optional</em> kind where 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452266"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function returns the command bound to key, returning nil if it is
+unbound. Key is either a key-event or a sequence of key-events.  If
+key is an initial subsequence of some keys, then this returns the
+keyword :prefix. There are four cases of kind:
+                            </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:current</span></i>---
+Return the current binding of key using the current buffer's search
+list.  If there are any transparent key bindings for key, then they
+are returned in a list as a second value.
+                                        </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:global</span></i>---
+Return the global binding of key. This is the default.
+                                        </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:mode</span></i>---
+Return the binding of key in the mode named where.
+                                        </p>
+                    <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:buffer</span></i>---
+Return the binding of key local to the buffer where.
+                                        </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This processes key for <a class="link" href="#KeyTranslation" title="6.7.2.4.Â Key Translation">key translations</a> before looking for any
+binding.
+                            </p>
+                  </div>
+                </div>
+              </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_map-bindings"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                map-bindings function kind <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;optional</em> where 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452410"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function maps over the key bindings in some place.  For each
+binding, this passes function the key and the command bound to
+it. Kind and where are the same as in bind-key. The key is not
+guaranteed to remain valid after a given iteration.
+                            </p>
+                  </div>
+                </div>
+              </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="KeyTranslation"></a>6.7.2.4.Â Key Translation</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+Key translation is a process that the command interpreter applies to
+keys before doing anything else.  There are two kinds of key
+translations: substitution and bit-prefix. In either case, the command
+interpreter translates a key when a specified key-event sequence
+appears in a key.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+In a substitution translation, the system replaces the matched
+subsequence with another key-event sequence. Key translation is not
+recursively applied to the substituted key-events.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+In a bit-prefix translation, the system removes the matched
+subsequence and effectively sets the specified bits in the next
+key-event in the key.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+While translating a key, if the system encounters an incomplete final
+subsequence of key-events, it aborts the translation process.  This
+happens when those last key-events form a prefix of some
+translation. It also happens when they translate to a bit-prefix, but
+there is no following key-event to which the system can apply the
+indicated modifier. If there is a binding for this partially
+untranslated key, then the command interpreter will invoke that
+command; otherwise, it will wait for the user to type more key-events.
+                    </p>
+              <p>
+                <div class="refentrytitle">
+                  <a id="f_key-translation"></a>
+                  <strong>[Function]</strong>
+                  <br></br>
+                  <code>
+                                key-translation key 
+                            </code>
+                </div>
+                <div class="refentrytitle"></div>
+              </p>
+              <p>
+                <div>
+                  <div class="refsect1" lang="en" xml:lang="en">
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452504"></a>
+                    <div class="header">Description:</div>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This form is setf-able and allows users to register key translations
+that the command interpreter will use as users type key-events.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+This function returns the key translation for key, returning nil if
+there is none. Key is either a key-event or a sequence of key-events.
+If key is a prefix of a translation, then this returns :prefix.
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+A key translation is either a key or modifier specification. The bits
+translations have a list form: (:bits {bit-name}*).
+                            </p>
+                    <p xmlns="http://www.w3.org/1999/xhtml">
+Whenever key appears as a subsequence of a key argument to the binding
+manipulation functions, that portion will be replaced with the
+translation.
+                            </p>
+                  </div>
+                </div>
+              </p>
+            </div>
+            <div class="sect3" lang="en" xml:lang="en">
+              <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage">
+                <div>
+                  <div>
+                    <h4 class="title"><a id="TransparentKeyBindings"></a>6.7.2.5.Â Transparent Key Bindings</h4>
+                  </div>
+                </div>
+              </div>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+Key bindings local to a mode may be transparent. A transparent key
+binding does not shadow less local key bindings, but rather indicates
+that the bound command should be invoked before the first normal key
+binding.  Transparent key bindings are primarily useful for
+implementing minor modes such as auto fill and word
+abbreviation. There may be several transparent key bindings for a
+given key, in which case all of the transparent commands are invoked in the
+order they were found. If there no normal key binding for a key typed,
+then the command interpreter acts as though the key is unbound even if
+there are transparent key bindings.
+                    </p>
+              <p xmlns="http://www.w3.org/1999/xhtml">
+The :transparent-p argument to <a class="link" href="#f_defmode" title="Function defmode">defmode</a> determines whether
+all the key bindings in a mode are transparent or not.  In addition
+a particular command may be declared to be transparent by the
+:transparent-p argument to defcommand and make-command.
+                    </p>
+            </div>
           </div>
           <div class="sect2" lang="en" xml:lang="en">
@@ -12330,5 +12884,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693322"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id452627"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12389,5 +12943,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id693414"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id452719"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12430,5 +12984,5 @@
           <p xmlns="http://www.w3.org/1999/xhtml">
 A mode is a collection of Hemlock values which may be present in the
-current environment (page 21) depending on the editing task at hand.
+<a class="link" href="#HemlockProgrammingTheCurrentEnvironment" title="6.5.Â The Current Environment">current environment</a> depending on the editing task at hand.
 An example of a typical mode is Lisp, for editing Lisp code.
         </p>
@@ -12486,5 +13040,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693547"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id452858"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12509,5 +13063,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693602"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id452912"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12531,5 +13085,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693656"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id452967"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12565,9 +13119,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693726"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453037"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This function defines a new mode named name, and enters it in
-*mode-names* (page 35).  If major-p is supplied and is not nil then
+<a class="link" href="#v_mode-names" title="Variable *mode-names*">*mode-names*</a>.  If major-p is supplied and is not nil then
 the mode is a major mode; otherwise it is a minor mode.
                     </p>
@@ -12613,5 +13167,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693805"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453122"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12635,5 +13189,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693860"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453176"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12655,5 +13209,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693915"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453231"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12679,5 +13233,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id693970"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453286"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12699,5 +13253,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694025"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453341"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12724,5 +13278,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694080"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453397"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12746,5 +13300,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694134"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453451"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12819,5 +13373,5 @@
 commands (and which the user should not know about) should not be
 maintained as a character attribute.  For such uses various character
-searching abilities are provided by the function find-pattern (page
+searching abilities are provided by the function <a class="link" href="#f_find-pattern" title="Function find-pattern">find-pattern</a>.
 20).
             </p>
@@ -12853,9 +13407,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694296"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453618"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Whenever a character attribute is defined, its name is entered in this
-string table (page 69), with the corresponding keyword as the value.
+<a class="link" href="#StringTableFunctions" title="6.16.1.Â String-table Functions">string-table</a>, with the corresponding keyword as the value.
                     </p>
                 </div>
@@ -12885,5 +13439,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694366"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453694"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12920,5 +13474,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694433"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453761"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12940,5 +13494,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694488"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453816"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -12962,5 +13516,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694543"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453871"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -12982,5 +13536,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694598"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453926"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13016,5 +13570,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694664"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id453992"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13039,5 +13593,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694720"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454048"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13059,5 +13613,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694774"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454102"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13086,5 +13640,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694832"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454160"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13106,5 +13660,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694887"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454215"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13130,5 +13684,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id694946"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454273"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13150,5 +13704,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695004"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454332"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13180,5 +13734,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695067"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454395"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13200,5 +13754,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695122"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454450"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13244,9 +13798,9 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695201"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454529"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Return the current hook list for attribute. This may be set with
-setf. The add-hook and remove-hook (page 25) macros should be used to
+setf. The <a class="link" href="#m_add-hook" title="Macro add-hook">add-hook</a> and <a class="link" href="#m_remove-hook" title="Macro remove-hook">remove-hook</a> macros should be used to
 manipulate these lists.
                     </p>
@@ -13281,5 +13835,6 @@
                 <dd>
                   <p>
-A value of 1 indicates the character separates words (see section 15.3).
+A value of 1 indicates the character separates words (see the <a class="link" href="#EnglishTextBuffers" title="6.15.3.Â English Text Buffers">English Text Buffers</a> section).
+
                         </p>
                 </dd>
@@ -13298,5 +13853,5 @@
                 <dd>
                   <p>
-A value of 1 indicates these characters terminate sentences (see section 15.3).
+A value of 1 indicates these characters terminate sentences (see the <a class="link" href="#EnglishTextBuffers" title="6.15.3.Â English Text Buffers">English Text Buffers</a> section).
                         </p>
                 </dd>
@@ -13307,5 +13862,5 @@
                   <p>
 A value of 1 indicates these delimiting characters, such as " or ),
-may follow a Sentence Terminator (see section 15.3).
+may follow a Sentence Terminator.
                         </p>
                 </dd>
@@ -13316,5 +13871,5 @@
                   <p>
 A value of 1 indicates these characters delimit paragraphs when they
-begin a line (see section 15.3).
+begin a line (see the <a class="link" href="#EnglishTextBuffers" title="6.15.3.Â English Text Buffers">English Text Buffers</a> section).
                         </p>
                 </dd>
@@ -13324,6 +13879,6 @@
                 <dd>
                   <p>
-A value of 1 indicates this character separates logical pages (see
-section 15.4) when it begins a line.
+A value of 1 indicates this character separates <a class="link" href="#LogicalPages" title="6.15.4.Â Logical Pages">logical pages</a>
+when it begins a line.
                         </p>
                 </dd>
@@ -13483,5 +14038,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695569"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454932"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13516,5 +14071,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695636"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id454998"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13538,5 +14093,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695691"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455053"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13569,5 +14124,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695757"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455119"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13593,8 +14148,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695816"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455178"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This function is analogous to move-to-position (page 5), except that
+This function is analogous to <a class="link" href="#f_move-to-position" title="Function move-to-position">move-to-position</a>, except that
 it moves mark to the position on line which corresponds to the
 specified column.  If the line would not reach to the specified column, then nil is
@@ -13634,5 +14189,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id695893"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455261"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13685,5 +14240,5 @@
             </div>
             <p xmlns="http://www.w3.org/1999/xhtml">
-Some primitives such as prompt-for-key (page 50) and commands such as
+Some primitives such as <a class="link" href="#f_prompt-for-key" title="Function prompt-for-key">prompt-for-key</a> and commands such as
 Emacs query replace read key-events directly from the keyboard instead
 of using the command interpreter.  To encourage consistency between
@@ -13721,5 +14276,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696136"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455509"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13744,5 +14299,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696192"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455566"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13772,5 +14327,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696253"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455627"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13795,5 +14350,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696308"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455682"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -13815,5 +14370,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696363"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455737"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13838,5 +14393,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696419"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id455792"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -13864,5 +14419,5 @@
 key-event read should be compared to the corresponding logical
 key-event instead of explicitly mentioning the particular key-event in
-the code.  In many cases you can use the command-case (page 48) macro.
+the code.  In many cases you can use the <a class="link" href="#m_command-case" title="Macro command-case">command-case</a> macro.
 It makes logical key-events easy to use and takes care of prompting
 and displaying help messages.
@@ -13970,5 +14525,5 @@
             <div>
               <div>
-                <h2 class="title" style="clear: both"><a id="EchoArea"></a>6.12.Â The Echo Area</h2>
+                <h2 class="title" style="clear: both"><a id="HemlockProgrammingEchoArea"></a>6.12.Â The Echo Area</h2>
               </div>
             </div>
@@ -14001,5 +14556,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696675"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456056"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14023,5 +14578,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696733"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456114"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -14043,5 +14598,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696791"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456172"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14066,5 +14621,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id696847"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456227"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14170,5 +14725,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697022"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456403"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14198,10 +14753,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697084"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456464"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This function prompts for a key-event returning immediately when the
-user types the next key-event.  command-case (page 48) is more useful
-for most purposes. When appropriate, use logical key-events (page 45).
+user types the next key-event.  <a class="link" href="#m_command-case" title="Macro command-case">command-case</a> is more useful
+for most purposes. When appropriate, use <a class="link" href="#HemlockProgrammingLogicalKeyEvents" title="6.11.Â Logical Key-Events">logical key-events</a>.
                     </p>
                 </div>
@@ -14222,10 +14777,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697144"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456536"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This function prompts for a key, a vector of key-events, suitable for
-passing to any of the functions that manipulate key bindings (page
-29).  If must-exist is true, then the key must be bound in the current
+passing to any of the functions that manipulate <a class="link" href="#BindingCommandsToKeys" title="6.7.2.3.Â Binding Commands to Keys">key bindings</a>.
+If must-exist is true, then the key must be bound in the current
 environment, and the command currently bound is returned as the second
 value.
@@ -14248,5 +14803,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697205"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456602"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14274,5 +14829,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697266"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456663"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14298,5 +14853,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697325"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456722"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14332,5 +14887,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697392"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456790"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14355,5 +14910,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697452"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456849"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14377,5 +14932,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697511"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456908"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14402,5 +14957,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697571"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id456968"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14429,5 +14984,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697633"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457030"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14453,5 +15008,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697688"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457086"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14459,6 +15014,6 @@
 as Help use this to get a key-event, translate it to a
 character, and then to dispatch on the character to some case.  In
-addition to character dispatching, this supports logical key-events
-(page 45) by using the input key-event directly without translating it
+addition to character dispatching, this supports <a class="link" href="#HemlockProgrammingLogicalKeyEvents" title="6.11.Â Logical Key-Events">logical key-events</a>
+by using the input key-event directly without translating it
 to a character.  Since the description of this macro is rather
 complex, first consider the following example:
@@ -14557,5 +15112,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697855"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457258"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14595,5 +15150,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id697931"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457334"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14603,6 +15158,6 @@
                     </p>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term"><code class="code">:verification-function</code></span></i>---
-This is invoked by the Confirm Parse command (page 52).  It does most of
-the work when parsing prompted input. Confirm Parse (page 52) calls it
+This is invoked by the <a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#c_confirm_parse" title="Command Confirm Parse">Confirm Parse</a> command.  It does most of
+the work when parsing prompted input. Confirm Parse calls it
 with one argument, which is the string that the user typed so far.
 The function should return a list of values which are to be the result
@@ -14670,5 +15225,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698153"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457562"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14692,5 +15247,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698208"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457617"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14715,5 +15270,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698264"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457672"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14741,5 +15296,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698324"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457733"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14758,5 +15313,5 @@
             <div>
               <div>
-                <h2 class="title" style="clear: both"><a id="Files"></a>6.13.Â Files</h2>
+                <h2 class="title" style="clear: both"><a id="HemlockProgrammingFiles"></a>6.13.Â Files</h2>
               </div>
             </div>
@@ -14812,5 +15367,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698428"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457837"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14836,5 +15391,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698485"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457893"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14861,5 +15416,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698545"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id457954"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14903,5 +15458,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698619"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458028"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14925,5 +15480,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698675"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458083"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -14945,5 +15500,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698730"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458138"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -14965,5 +15520,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698785"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458194"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -14989,5 +15544,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698841"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458250"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15041,5 +15596,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698930"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458338"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15063,5 +15618,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id698988"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458397"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15083,5 +15638,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699043"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458451"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15116,5 +15671,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699109"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458517"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15136,5 +15691,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699163"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458572"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15156,5 +15711,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699218"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458627"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15241,5 +15796,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699353"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458762"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15261,5 +15816,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699407"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458816"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15377,5 +15932,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699584"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id458993"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15423,8 +15978,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699663"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459071"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This is a Hemlock ring buffer (see page 70) that holds the last 60
+This is a Hemlock <a class="link" href="#RingFunctions" title="6.16.2.Â Ring Functions">ring buffer</a> that holds the last 60
 key-events received.
                     </p>
@@ -15446,5 +16001,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699718"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459132"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15468,5 +16023,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699772"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459186"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15492,5 +16047,5 @@
             <p xmlns="http://www.w3.org/1999/xhtml">
 Note that operations on these streams operate directly on buffers,
-therefore they have the same restrictions as described <a class="ulink" href="HemlockProgrammer/Buffers" target="_top">here</a>
+therefore they have the same restrictions as described <a class="link" href="#HemlockProgrammingBuffers" title="6.3.Â Buffers">here</a>
 for interacting with buffers from outside of the GUI thread.
             </p>
@@ -15509,5 +16064,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699859"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459273"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15545,5 +16100,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id699969"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459383"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15567,5 +16122,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700024"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459439"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15590,5 +16145,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700080"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459494"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15612,5 +16167,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700136"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459550"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15634,5 +16189,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700191"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459605"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15658,5 +16213,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700250"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459664"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15709,5 +16264,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700339"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459754"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15736,5 +16291,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700397"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459811"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15780,5 +16335,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700472"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459886"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15827,5 +16382,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700559"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id459973"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15851,5 +16406,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700615"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460029"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15902,5 +16457,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700701"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460116"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15931,5 +16486,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700760"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460174"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15951,5 +16506,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700814"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460229"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -15975,5 +16530,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700870"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460285"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -15995,5 +16550,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700925"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460340"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16019,9 +16574,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id700982"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460396"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This deletes all characters on either side of mark with a Space attribute (see section 9.5)
-of 1.
+This deletes all characters on either side of mark with a Space attribute (see <a class="link" href="#SystemDefinedCharacterAttributes" title="6.9.5.Â System Defined Character Attributes">System Defined Character Attributes</a>) of 1.
                     </p>
                 </div>
@@ -16066,5 +16620,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701062"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460482"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16086,5 +16640,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701116"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460536"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16106,5 +16660,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701170"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460591"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16126,5 +16680,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701225"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460645"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16146,5 +16700,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701279"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460700"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16166,5 +16720,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701334"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460754"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16203,5 +16757,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701399"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460820"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16228,5 +16782,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701456"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460876"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16253,5 +16807,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701512"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460932"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16281,5 +16835,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701570"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id460990"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16306,5 +16860,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701626"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461046"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16326,10 +16880,11 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701680"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461101"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 These return, respectively, whether mark is inside a top level form or
 at the beginning of a line immediately before a character whose Lisp
-Syntax (see section 9.5) value is :opening-paren.
+Syntax (see <a class="link" href="#SystemDefinedCharacterAttributes" title="6.9.5.Â System Defined Character Attributes">System Defined Character Attributes</a>) 
+value is :opening-paren.
                     </p>
                 </div>
@@ -16350,5 +16905,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701736"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461163"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16370,9 +16925,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701791"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461217"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 Respectively, these move mark immediately past a character whose Lisp
-Syntax (see section 9.5) value is :closing-paren or immediately before
+Syntax (see <a class="link" href="#SystemDefinedCharacterAttributes" title="6.9.5.Â System Defined Character Attributes">System Defined Character Attributes</a>) 
+value is :closing-paren or immediately before
 a character whose Lisp Syntax value is :opening-paren.
                     </p>
@@ -16394,5 +16950,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701846"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461279"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16419,10 +16975,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701902"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461335"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This defines the function with name to have count special
-arguments. indent-for-lisp, the value of Indent Function (see section
-15.1) in Lisp mode, uses this to specially indent these arguments. For
+arguments. indent-for-lisp, the value of <a class="link" href="#hv_indent_function" title="Hemlock Variable Indent Function">Indent Function</a>
+in Lisp mode, uses this to specially indent these arguments. For
 example, do has two, with-open-file has one, etc. There are many of
 these defined by the system including definitions for special Hemlock
@@ -16461,5 +17017,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id701976"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461415"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16469,5 +17025,5 @@
 direction, this returns mark, otherwise nil. This always moves mark. A
 word lies between two characters whose Word Delimiter attribute value
-is 1 (see section 9.5).
+is 1 (see <a class="link" href="#SystemDefinedCharacterAttributes" title="6.9.5.Â System Defined Character Attributes">System Defined Character Attributes</a>).
                     </p>
                 </div>
@@ -16488,5 +17044,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702034"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461478"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16518,5 +17074,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702101"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461546"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16538,5 +17094,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702157"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461601"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16559,5 +17115,5 @@
                     </p>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-Prefix defaults to Fill Prefix (see section 15.5), and the right
+Prefix defaults to <a class="link" href="#hv_fill_prefix" title="Hemlock Variable Fill Prefix">Fill Prefix</a>, and the right
 prefix is necessary to correctly skip paragraphs. If prefix is
 non-nil, and a line begins with prefix, then the scanning process
@@ -16609,10 +17165,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702249"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461699"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
 This marks the next or current paragraph, setting mark1 to the
-beginning and mark2 to the end. This uses Fill Prefix (see section
-15.5). Mark1 is always on the first line of the paragraph, regardless
+beginning and mark2 to the end. This uses <a class="link" href="#hv_fill_prefix" title="Hemlock Variable Fill Prefix">Fill Prefix</a>.
+Mark1 is always on the first line of the paragraph, regardless
 of whether the previous line is blank. Mark2 is typically at the
 beginning of the line after the line the paragraph ends on, this
@@ -16652,5 +17208,5 @@
 optionally inserts a specified string at the beginning of each
 line. Also, it eliminates extra whitespace between lines and words,
-but it knows two spaces follow sentences (see section 15.3).
+but it knows two spaces follow sentences.
             </p>
             <p>
@@ -16668,5 +17224,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702342"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461798"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16688,5 +17244,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702396"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461852"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16712,5 +17268,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702455"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461911"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16736,8 +17292,8 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702515"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id461971"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
-This finds paragraphs (see section 15.3) within region and fills them
+This finds paragraphs within region and fills them
 with fill-region. This ignores blank lines between paragraphs. Prefix
 and column default to Fill Prefix and Fill Column.
@@ -16803,5 +17359,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702614"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462070"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16835,5 +17391,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702677"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462133"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16858,5 +17414,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702732"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462188"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16881,5 +17437,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702787"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462243"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -16901,5 +17457,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702841"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462297"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16925,5 +17481,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702897"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462352"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -16954,5 +17510,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id702957"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462413"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17043,5 +17599,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703147"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462602"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml"> </p>
@@ -17063,5 +17619,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703201"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462657"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17093,5 +17649,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703263"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462719"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17115,6 +17671,6 @@
 There are various purposes in an editor for which a ring of values can
 be used, so Hemlock provides a general ring buffer type. It is used
-for maintaining a ring of killed regions (see section 4.3), a ring of
-marks (see section 3.1), or a ring of command strings which various
+for maintaining a ring of  <a class="link" href="#KillRing" title="6.4.3.Â Kill Ring">killed regions</a>, a ring of
+<a class="link" href="#CurrentBuffer" title="6.3.1.Â The Current Buffer">marks</a>, or a ring of command strings which various
 modes and commands maintain as a history mechanism.
             </p>
@@ -17133,5 +17689,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703340"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462807"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17157,5 +17713,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703396"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462863"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17179,5 +17735,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703450"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462917"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17202,5 +17758,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703506"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id462973"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17225,5 +17781,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703561"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id463028"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17247,5 +17803,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703616"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id463083"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17270,5 +17826,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id703672"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id463139"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17325,5 +17881,5 @@
               <p xmlns="http://www.w3.org/1999/xhtml">
 The canonical representation of editor input is a key-event
-structure. Users can bind commands to keys (see section 1.3.1), which
+structure. Users can bind commands to keys, which
 are non-empty sequences of key-events. A key-event consists of
 an identifying token known as a keysym and a field of bits
@@ -17394,5 +17950,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id703831"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463298"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17427,5 +17983,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id703895"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463362"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17450,5 +18006,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id703951"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463418"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17475,5 +18031,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704009"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463476"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17498,5 +18054,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704065"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463532"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17521,5 +18077,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704121"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463588"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17544,5 +18100,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704178"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463645"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17607,5 +18163,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704293"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463760"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17629,5 +18185,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704353"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463820"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17653,5 +18209,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704410"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463877"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17677,5 +18233,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704467"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463934"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17700,5 +18256,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704523"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id463990"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17725,5 +18281,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704581"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464048"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17747,5 +18303,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704637"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464104"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17769,5 +18325,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704692"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464159"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17791,5 +18347,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704748"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464215"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17814,5 +18370,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704805"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464272"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17841,5 +18397,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704864"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464330"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17864,5 +18420,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704924"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464391"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17890,5 +18446,5 @@
                 <div>
                   <div class="refsect1" lang="en" xml:lang="en">
-                    <a xmlns="http://www.w3.org/1999/xhtml" id="id704985"></a>
+                    <a xmlns="http://www.w3.org/1999/xhtml" id="id464452"></a>
                     <div class="header">Description:</div>
                     <p xmlns="http://www.w3.org/1999/xhtml">
@@ -17938,5 +18494,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id651576">7.3.2.  As of August 2003:</a>
+                    <a href="#id386138">7.3.2.  As of August 2003:</a>
                   </span>
                 </dt>
@@ -18189,5 +18745,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id651576"></a>7.3.2.Â  As of August 2003:</h3>
+                  <h3 class="title"><a id="id386138"></a>7.3.2.Â  As of August 2003:</h3>
                 </div>
               </div>
@@ -18641,5 +19197,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669972"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417594"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads)
@@ -18647,5 +19203,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669998"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417620"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known
@@ -18659,5 +19215,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670013"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417635"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -18687,5 +19243,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670082"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417704"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p>
@@ -18730,5 +19286,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670276"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417898"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the
@@ -18751,5 +19307,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670328"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id417950"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
@@ -18770,5 +19326,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670407"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418029"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -18780,5 +19336,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670461"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418083"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from
@@ -18802,10 +19358,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670516"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418138"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670541"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418163"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called
@@ -18833,5 +19389,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670622"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418244"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -18844,5 +19400,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670675"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418297"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to
@@ -18855,10 +19411,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670706"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418328"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670731"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418353"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -18886,5 +19442,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670797"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427769"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -18896,5 +19452,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670851"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427822"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call
@@ -18911,5 +19467,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670900"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427872"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span>
@@ -18932,5 +19488,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id670977"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id427949"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -18943,5 +19499,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671052"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428024"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset
@@ -18957,5 +19513,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671096"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428068"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
@@ -18978,5 +19534,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671178"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428150"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -18987,5 +19543,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671240"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428212"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>.
@@ -19004,10 +19560,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671289"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428261"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671320"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428291"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means
@@ -19030,5 +19586,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671435"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428407"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.
@@ -19052,5 +19608,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671624"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428596"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via
@@ -19065,5 +19621,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671659"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428631"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span>
@@ -19086,5 +19642,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671742"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428714"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19099,5 +19655,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671835"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428806"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em>
@@ -19130,5 +19686,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671909"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428881"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19139,5 +19695,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id671928"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428900"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em>
@@ -19169,10 +19725,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674163"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428965"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674175"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428976"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself.
@@ -19180,5 +19736,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674186"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id428988"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is
@@ -19186,5 +19742,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674198"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429000"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19210,5 +19766,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674269"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429070"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19217,5 +19773,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674325"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429127"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit
@@ -19244,5 +19800,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674392"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429194"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span>
@@ -19264,5 +19820,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674465"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429267"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which
@@ -19271,5 +19827,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674507"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429309"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19279,5 +19835,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674519"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429320"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span>
@@ -19299,5 +19855,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674592"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429394"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19305,5 +19861,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674633"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429435"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -19313,5 +19869,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674648"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429450"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span>
@@ -19335,5 +19891,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674731"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429533"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
@@ -19341,5 +19897,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674772"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429574"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling
@@ -19355,5 +19911,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674836"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429638"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a></span>
@@ -19374,10 +19930,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674894"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429696"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674906"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429707"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler.  Currently,
@@ -19386,5 +19942,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674918"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429719"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best,
@@ -19394,5 +19950,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id674931"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429732"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19418,5 +19974,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675035"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429837"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of
@@ -19432,10 +19988,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675077"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429880"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675107"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429911"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to
@@ -19461,5 +20017,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675165"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429970"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing
@@ -19470,10 +20026,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675179"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id429983"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675227"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430031"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative
@@ -19498,5 +20054,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675290"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430096"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
@@ -19511,5 +20067,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675369"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430175"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly
@@ -19528,5 +20084,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675405"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430211"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19548,5 +20104,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675513"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430319"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
@@ -19566,5 +20122,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675626"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430433"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like
@@ -19583,5 +20139,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675676"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430483"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_ticks-per-second" title="Variable *TICKS-PER-SECOND*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*ticks-per-second*</b></a>, <a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19603,5 +20159,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675793"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id430600"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -19610,5 +20166,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675838"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id432923"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -19625,5 +20181,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675870"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id432955"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -19649,5 +20205,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675941"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433027"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -19656,5 +20212,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id675986"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433071"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -19679,5 +20235,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676057"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433143"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of
@@ -19689,5 +20245,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676110"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433195"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can
@@ -19699,5 +20255,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676126"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433212"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19719,5 +20275,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676244"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433329"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
@@ -19727,5 +20283,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676303"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433388"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or
@@ -19738,5 +20294,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676336"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433421"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19757,10 +20313,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676449"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433534"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676475"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433561"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the
@@ -19773,5 +20329,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676514"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433599"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19791,10 +20347,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676626"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433712"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676653"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433738"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if
@@ -19809,5 +20365,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676691"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433777"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19828,5 +20384,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676805"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433890"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
@@ -19835,5 +20391,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676849"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433935"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em>
@@ -19848,5 +20404,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676875"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id433960"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19868,5 +20424,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id676988"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434074"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type
@@ -19874,5 +20430,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677015"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434100"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK.
@@ -19885,10 +20441,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677033"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434118"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677086"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434172"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to
@@ -19913,5 +20469,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677151"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434236"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
@@ -19922,5 +20478,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677210"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434296"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
@@ -19936,5 +20492,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677256"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434341"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -19956,5 +20512,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677361"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434447"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
@@ -19965,5 +20521,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677421"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434506"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
@@ -19980,5 +20536,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677472"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434557"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20000,10 +20556,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677573"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434659"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677599"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434685"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE.
@@ -20014,5 +20570,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677616"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434702"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20034,5 +20590,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677724"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434809"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
@@ -20041,5 +20597,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677766"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434851"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s
@@ -20048,10 +20604,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677781"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434867"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677841"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434926"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -20076,5 +20632,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677910"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id434995"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
@@ -20083,5 +20639,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677951"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435037"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -20091,10 +20647,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id677968"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435053"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678027"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435112"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
@@ -20120,5 +20676,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678096"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435182"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
@@ -20133,5 +20689,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678173"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435258"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
@@ -20142,5 +20698,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678192"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435277"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
@@ -20162,5 +20718,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678297"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435383"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
@@ -20170,5 +20726,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678345"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435430"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>.
@@ -20186,10 +20742,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678382"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435467"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678424"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435509"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -20216,5 +20772,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678498"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435583"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
@@ -20224,5 +20780,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678545"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435631"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Wait until output is possible on <em class="varname">fd</em> or until <em class="varname">timeout</em>, if
@@ -20237,10 +20793,10 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678583"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435668"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678625"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435710"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -20267,5 +20823,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678699"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435784"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
@@ -20274,5 +20830,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678743"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435829"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal
@@ -20282,5 +20838,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678762"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435847"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20301,15 +20857,15 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678850"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435936"></a>
                 <div class="header">Value Type:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678861"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435947"></a>
                 <div class="header">Initial Value:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678873"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435958"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input
@@ -20323,5 +20879,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678888"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id435973"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20342,5 +20898,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id678991"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436076"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by
@@ -20351,5 +20907,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id679036"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436121"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function.  As such, it
@@ -20362,5 +20918,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id679060"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436146"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span>
@@ -20383,5 +20939,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id679166"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436251"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a process, typically created by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a> or by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a></p>
@@ -20393,5 +20949,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id679232"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436317"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate.  If the
@@ -20534,5 +21090,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id629854"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id361390"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently
@@ -20634,5 +21190,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id610203"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id381075"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p>
@@ -20653,5 +21209,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631425"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id372137"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p>
@@ -20661,5 +21217,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id631468"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id372180"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending
@@ -20687,5 +21243,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id652151"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id383970"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the
@@ -20695,5 +21251,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id652192"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id384011"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to
@@ -20715,5 +21271,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id652254"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id442243"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---A 32-bit integer representing an internet host address</p>
@@ -20724,5 +21280,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658993"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id442285"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p>
@@ -20743,5 +21299,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659054"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441389"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---a 32-bit integer representing an internet host address</p>
@@ -20750,5 +21306,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659094"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441429"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name
@@ -20770,5 +21326,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id652025"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431826"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">host</span></i>---Specifies the host. It can be either a host name
@@ -20778,5 +21334,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id652053"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431854"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a
@@ -20798,5 +21354,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659294"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431912"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">port</span></i>---Specifies the port. It can be either a string, such as
@@ -20807,5 +21363,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659336"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id442497"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p>
@@ -20827,5 +21383,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659397"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id442558"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p>
@@ -20844,5 +21400,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id673384"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id388449"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are
@@ -20881,5 +21437,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id649408"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id380689"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p>
@@ -20896,5 +21452,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id649511"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id368731"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p>
@@ -20915,5 +21471,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684594"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id368792"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to shut down (typically a tcp-stream)</p>
@@ -20922,5 +21478,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684634"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id368832"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is
@@ -20943,10 +21499,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684693"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id388092"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659854"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id388118"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or
@@ -20973,10 +21529,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659915"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id387624"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659941"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id387650"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host,
@@ -20998,10 +21554,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659999"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id387708"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id644038"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id387734"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not
@@ -21023,10 +21579,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id644095"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410795"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id644122"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410821"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p>
@@ -21047,10 +21603,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id644179"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410583"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id644205"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410609"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p>
@@ -21071,10 +21627,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659156"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410667"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659182"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id410693"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p>
@@ -21095,10 +21651,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659239"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441653"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id659266"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441679"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for
@@ -21120,10 +21676,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id683891"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441737"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id683917"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431661"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format
@@ -21145,10 +21701,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id683975"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431718"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684001"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431744"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and
@@ -21169,10 +21725,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684044"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id431787"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id684054"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id408002"></a>
                 <div class="header">Superclasses:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p>
@@ -21193,10 +21749,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668842"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id408059"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668868"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id408085"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p>
@@ -21217,10 +21773,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668926"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443164"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id668953"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443190"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more
@@ -21246,10 +21802,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669016"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443254"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669575"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443280"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On
@@ -21272,5 +21828,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669636"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443662"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p>
@@ -21283,5 +21839,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669680"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443706"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It
@@ -21304,5 +21860,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669742"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id443768"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p>
@@ -21311,5 +21867,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id669798"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id402672"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying
@@ -21443,5 +21999,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id613494"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id373481"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file.
@@ -21494,5 +22050,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id604999"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id371685"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process,
@@ -21514,5 +22070,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id641076"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id371744"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
@@ -21520,5 +22076,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id641117"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id391983"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified
@@ -21543,10 +22099,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625357"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id392045"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625383"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id361148"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to
@@ -21570,10 +22126,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639197"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id361212"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id639222"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id385250"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to
@@ -21596,10 +22152,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id683611"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id385310"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id683637"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id380835"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to
@@ -21623,10 +22179,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625165"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id380896"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625190"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id395678"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to
@@ -21650,10 +22206,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id625251"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id395739"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617122"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id384402"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status
@@ -21685,5 +22241,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id612831">10.1.1. Stream External Format</a>
+                    <a href="#id396351">10.1.1. Stream External Format</a>
                   </span>
                 </dt>
@@ -21753,5 +22309,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id612831"></a>10.1.1.Â Stream External Format</h3>
+                  <h3 class="title"><a id="id396351"></a>10.1.1.Â Stream External Format</h3>
                 </div>
               </div>
@@ -21916,10 +22472,10 @@
               </div>
             </div>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id669160" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id669170" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id669180" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id669190" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id673877" class="indexterm"></a>
-            <a xmlns="http://www.w3.org/1999/xhtml" id="id673886" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id402795" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id402804" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id402814" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id432518" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id432528" class="indexterm"></a>
+            <a xmlns="http://www.w3.org/1999/xhtml" id="id432538" class="indexterm"></a>
             <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has
         attributes and accessors:
@@ -21974,5 +22530,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id674052"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432703"></a>
                   <div class="header">Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream-list</span></i>---A list of open file streams.  This is a copy of
@@ -21981,10 +22537,10 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id674079"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432730"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id674090"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432741"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
@@ -22009,10 +22565,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id671998"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432822"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672024"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432848"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open
@@ -22023,5 +22579,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672043"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id432867"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span>
@@ -22046,10 +22602,10 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672124"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id427313"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672151"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id427339"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file
@@ -22060,5 +22616,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672170"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id427358"></a>
                   <div class="header">See Also:</div>
                   <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a></span>
@@ -22493,5 +23049,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672756"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id430867"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p>
@@ -22504,5 +23060,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672815"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id430925"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the
@@ -22525,5 +23081,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672874"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id430985"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p>
@@ -22536,5 +23092,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672932"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431043"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to
@@ -22556,5 +23112,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id672990"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431101"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p>
@@ -22572,5 +23128,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id673066"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431176"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into
@@ -22595,5 +23151,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id673126"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431236"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p>
@@ -22611,5 +23167,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id673201"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431312"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream,
@@ -22633,5 +23189,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id673261"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431372"></a>
                   <div class="header">Method Signatures:</div>
                   <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i>
@@ -22639,5 +23195,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id673279"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id431390"></a>
                   <div class="header">Arguments and Values:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p>
@@ -22650,5 +23206,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682159"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439229"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with
@@ -22674,5 +23230,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682229"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439298"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector,
@@ -22681,5 +23237,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682241"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439310"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
@@ -22706,5 +23262,5 @@
               <div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682360"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439430"></a>
                   <div class="header">Description:</div>
                   <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at
@@ -22712,5 +23268,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682372"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439442"></a>
                   <div class="header">Arguments:</div>
                   <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
@@ -22722,5 +23278,5 @@
                 </div>
                 <div class="refsect1" lang="en" xml:lang="en">
-                  <a xmlns="http://www.w3.org/1999/xhtml" id="id682444"></a>
+                  <a xmlns="http://www.w3.org/1999/xhtml" id="id439514"></a>
                   <div class="header">Examples:</div>
                   <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -23513,5 +24069,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id637856">12.2.2. Generating a lisp image for use with Shark</a>
+                    <a href="#id382725">12.2.2. Generating a lisp image for use with Shark</a>
                   </span>
                 </dt>
@@ -23791,5 +24347,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id637856"></a>12.2.2.Â Generating a lisp image for use with Shark</h3>
+                  <h3 class="title"><a id="id382725"></a>12.2.2.Â Generating a lisp image for use with Shark</h3>
                 </div>
               </div>
@@ -23902,5 +24458,5 @@
               </div>
             </div>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id638080" class="indexterm"></a>
+            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id380566" class="indexterm"></a>
       <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em>
       [Variable]</strong></span></p>
@@ -23908,5 +24464,5 @@
       profiling configuration file created by the "Config Editor" in
       Shark.app.</p>
-            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id648993" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&amp;key</em> (reset nil)
+            <p xmlns="http://www.w3.org/1999/xhtml"><a id="id380590" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&amp;key</em> (reset nil)
       (debug-output nil) [Macro]</strong></span></p>
             <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever
@@ -25000,5 +25556,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653384"></a>13.3.2.4.Â %int-to-ptr [Function]</h4>
+                    <h4 class="title"><a id="id438134"></a>13.3.2.4.Â %int-to-ptr [Function]</h4>
                   </div>
                 </div>
@@ -25041,5 +25597,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653458"></a>13.3.2.5.Â %inc-ptr [Function]</h4>
+                    <h4 class="title"><a id="id438208"></a>13.3.2.5.Â %inc-ptr [Function]</h4>
                   </div>
                 </div>
@@ -25091,5 +25647,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653550"></a>13.3.2.6.Â %ptr-to-int [Function]</h4>
+                    <h4 class="title"><a id="id438300"></a>13.3.2.6.Â %ptr-to-int [Function]</h4>
                   </div>
                 </div>
@@ -25133,5 +25689,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653625"></a>13.3.2.7.Â %null-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id438374"></a>13.3.2.7.Â %null-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -25158,5 +25714,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653666"></a>13.3.2.8.Â %null-ptr-p [Function]</h4>
+                    <h4 class="title"><a id="id438416"></a>13.3.2.8.Â %null-ptr-p [Function]</h4>
                   </div>
                 </div>
@@ -25200,5 +25756,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653742"></a>13.3.2.9.Â %setf-macptr [Function]</h4>
+                    <h4 class="title"><a id="id438491"></a>13.3.2.9.Â %setf-macptr [Function]</h4>
                   </div>
                 </div>
@@ -25248,5 +25804,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653832"></a>13.3.2.10.Â %incf-ptr [Macro]</h4>
+                    <h4 class="title"><a id="id438581"></a>13.3.2.10.Â %incf-ptr [Macro]</h4>
                   </div>
                 </div>
@@ -25296,5 +25852,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id653923"></a>13.3.2.11.Â with-macptrs [Macro]</h4>
+                    <h4 class="title"><a id="id438672"></a>13.3.2.11.Â with-macptrs [Macro]</h4>
                   </div>
                 </div>
@@ -25346,5 +25902,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id654014"></a>13.3.2.12.Â %stack-block [Macro]</h4>
+                    <h4 class="title"><a id="id438764"></a>13.3.2.12.Â %stack-block [Macro]</h4>
                   </div>
                 </div>
@@ -25397,5 +25953,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id654107"></a>13.3.2.13.Â make-cstring [Function]</h4>
+                    <h4 class="title"><a id="id438855"></a>13.3.2.13.Â make-cstring [Function]</h4>
                   </div>
                 </div>
@@ -25440,5 +25996,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id654183"></a>13.3.2.14.Â with-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id438931"></a>13.3.2.14.Â with-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -25490,5 +26046,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id654275"></a>13.3.2.15.Â with-encoded-cstrs [Macro]</h4>
+                    <h4 class="title"><a id="id439023"></a>13.3.2.15.Â with-encoded-cstrs [Macro]</h4>
                   </div>
                 </div>
@@ -25553,5 +26109,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id654398"></a>13.3.2.16.Â %get-cstring [Function]</h4>
+                    <h4 class="title"><a id="id439146"></a>13.3.2.16.Â %get-cstring [Function]</h4>
                   </div>
                 </div>
@@ -25595,5 +26151,5 @@
                 <div>
                   <div>
-                    <h4 class="title"><a id="id712168"></a>13.3.2.17.Â %str-from-ptr [Function]</h4>
+                    <h4 class="title"><a id="id471177"></a>13.3.2.17.Â %str-from-ptr [Function]</h4>
                   </div>
                 </div>
@@ -27041,5 +27597,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714121"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473130"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE*
@@ -27093,5 +27649,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714227"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473236"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&amp; reader macro can be used to
@@ -27152,5 +27708,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714345"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473354"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 0.14.2 and later, the #? reader macro can be used
@@ -27199,5 +27755,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714427"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473436"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #/ reader macro can be used to
@@ -27302,5 +27858,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714566"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473575"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&gt; reader macro reads
@@ -27331,5 +27887,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714641"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473650"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">library</span></i>---either an object of type SHLIB, or a string which
@@ -27338,5 +27894,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714677"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473686"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the
@@ -27367,5 +27923,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714753"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473762"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A symbol which can be made into a special variable</p>
@@ -27384,5 +27940,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714824"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473833"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em>
@@ -27420,5 +27976,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714904"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473913"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain
@@ -27428,5 +27984,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id714945"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id473954"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the
@@ -27462,5 +28018,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715018"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474027"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---
@@ -27475,5 +28031,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715058"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474067"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for
@@ -27503,5 +28059,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715127"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474136"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p>
@@ -27516,5 +28072,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715201"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474210"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by
@@ -27543,5 +28099,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715260"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474269"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
@@ -27554,5 +28110,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715323"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474332"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -27580,5 +28136,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715382"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474391"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
@@ -27593,5 +28149,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715456"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474465"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
@@ -27618,10 +28174,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715512"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474521"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715534"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474543"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol
@@ -27646,10 +28202,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715593"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474602"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715615"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474624"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If
@@ -27673,5 +28229,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715670"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474679"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---A <code xmlns="http://www.w3.org/1999/xhtml" class="code">MACPTR</code> that points to a block of
@@ -27679,5 +28235,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715696"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474705"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the <code class="code">CCL:FREE</code>
@@ -27711,5 +28267,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715789"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474798"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p>
@@ -27726,5 +28282,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715864"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474873"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -27761,5 +28317,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id715935"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id474944"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used
@@ -27778,5 +28334,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716003"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475012"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -27827,5 +28383,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716125"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475134"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used
@@ -27841,5 +28397,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716183"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475192"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -27882,5 +28438,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716273"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475282"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -27915,5 +28471,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716356"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475365"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-name of
@@ -27923,5 +28479,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716396"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475405"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can
@@ -27934,5 +28490,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716412"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475421"></a>
                 <div class="header">Examples:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple.
@@ -27969,5 +28525,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716433"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475442"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give
@@ -27992,5 +28548,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716490"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475499"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#Referencing-and-Using-Foreign-Memory-Addresses" title="13.3.Â Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p>
@@ -28000,5 +28556,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716534"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475543"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of
@@ -28026,5 +28582,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716600"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475609"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL
@@ -28032,5 +28588,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716623"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475632"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT
@@ -28055,5 +28611,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716694"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475703"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
@@ -28063,5 +28619,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716745"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475754"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
@@ -28093,5 +28649,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716826"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475835"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
@@ -28100,5 +28656,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716874"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475883"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is
@@ -28127,5 +28683,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716941"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475950"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---A CLOS object of a class for which there exists
@@ -28135,5 +28691,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id716970"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id475979"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -28172,5 +28728,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717026"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476035"></a>
                 <div class="header">Example:</div>
                 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
@@ -28186,5 +28742,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717041"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476050"></a>
                 <div class="header">See Also:</div>
                 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
@@ -28208,5 +28764,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717101"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476110"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a
@@ -28215,5 +28771,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717124"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476133"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by
@@ -28239,5 +28795,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717184"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476193"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a
@@ -28246,5 +28802,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717208"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476217"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by
@@ -28268,5 +28824,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id717246"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id476255"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be
@@ -29921,5 +30477,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681727"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id440059"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing
@@ -29931,5 +30487,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681772"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id440104"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -29952,5 +30508,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681833"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id440165"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of a new or existing
@@ -29965,5 +30521,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681893"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id440225"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -29989,5 +30545,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681956"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id440288"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with
@@ -29995,5 +30551,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681982"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415239"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30017,5 +30573,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id682041"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415298"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30023,5 +30579,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id682068"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415325"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30043,5 +30599,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657101"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415382"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30052,5 +30608,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657144"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415425"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30075,5 +30631,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657203"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415484"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific
@@ -30084,5 +30640,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657245"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415527"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30107,10 +30663,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657305"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415586"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657331"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415612"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30133,5 +30689,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657388"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415670"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
@@ -30141,5 +30697,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657430"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415712"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30166,5 +30722,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657499"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416368"></a>
                 <div class="header">Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and
@@ -30175,5 +30731,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657542"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416411"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30191,5 +30747,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657576"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416444"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30216,5 +30772,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id657636"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416505"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">class-name</span></i>---a string which denotes an existing class name, or a
@@ -30223,5 +30779,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658251"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416532"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use
@@ -30248,5 +30804,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658320"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416602"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an
@@ -30254,5 +30810,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658346"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416628"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses
@@ -30276,5 +30832,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658412"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416693"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name-and-result-type</span></i>---either an Objective-C message name, for methods
@@ -30298,5 +30854,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658493"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416774"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements
@@ -30323,5 +30879,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658575"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416857"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the
@@ -30338,5 +30894,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658622"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416903"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the
@@ -30359,10 +30915,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658685"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436357"></a>
                 <div class="header">Arguments and Values:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658696"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436368"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the
@@ -30406,5 +30962,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658773"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436444"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro
@@ -30441,10 +30997,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658830"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436502"></a>
                 <div class="header">Superclasses:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658841"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436513"></a>
                 <div class="header">Initargs:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>---
@@ -30454,5 +31010,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id658868"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436540"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30472,5 +31028,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680332"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436559"></a>
                 <div class="header">Examples:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30503,5 +31059,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680385"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436612"></a>
                 <div class="header">Notes:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">
@@ -30843,5 +31399,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655360"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id411978"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">type</span></i>---The type of population, one of <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:LIST</code> (the default) or <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ALIST</code></p>
@@ -30851,5 +31407,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655418"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id412037"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p>
@@ -30869,5 +31425,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655476"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id412094"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns the type of <code class="literal">population</code>, one of <code class="literal">:LIST</code> or <code class="literal">:ALIST</code></p>
@@ -30887,5 +31443,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655550"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id414314"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>.
@@ -30910,5 +31466,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680418"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id414382"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to
@@ -30943,5 +31499,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680502"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id414467"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the
@@ -30964,10 +31520,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680563"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436685"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680589"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436711"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the
@@ -30993,5 +31549,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id561732"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id320341"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the
@@ -31013,10 +31569,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id561790"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id320400"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680633"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436755"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC
@@ -31044,5 +31600,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680691"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436813"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call,
@@ -31067,5 +31623,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680747"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436869"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL
@@ -31092,5 +31648,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680805"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436927"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the
@@ -31114,5 +31670,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680864"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id436986"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest
@@ -31124,5 +31680,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680919"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id437041"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect.
@@ -31148,10 +31704,10 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id680985"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id437107"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681011"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id465305"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages
@@ -31178,5 +31734,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id681068"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id465363"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs
@@ -31333,5 +31889,5 @@
                 <dt>
                   <span class="sect2">
-                    <a href="#id711745">17.7.2. Recommended Reading</a>
+                    <a href="#id471026">17.7.2. Recommended Reading</a>
                   </span>
                 </dt>
@@ -32609,5 +33165,5 @@
                 <li class="listitem">
                   <p>To support a feature called <span class="emphasis"><em>GCTWA
-                <sup>[<a id="id711299" href="#ftn.id711299" class="footnote">1</a>]</sup>
+                <sup>[<a id="id470580" href="#ftn.id470580" class="footnote">1</a>]</sup>
 	            , </em></span>the vector that contains the internal
 	          symbols of the current package is marked on entry to the
@@ -32742,5 +33298,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id711299" href="#id711299" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
+              <p><sup>[<a id="ftn.id470580" href="#id470580" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
 		            where it stood for "Garbage Collection of Truly
 		            Worthless Atoms".</p>
@@ -32802,5 +33358,5 @@
         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="id711533" href="#ftn.id711533" class="footnote">2</a>]</sup> The
+        at the point where they're created (via Setf).<sup>[<a id="id470814" href="#ftn.id470814" class="footnote">2</a>]</sup> The
         set of pointers that may contain intergenerational references is
         sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p>
@@ -32849,5 +33405,5 @@
         that might introduce an intergenerational reference must be
         memoized.
-        <sup>[<a id="id711601" href="#ftn.id711601" class="footnote">3</a>]</sup> It's always safe to
+        <sup>[<a id="id470882" href="#ftn.id470882" class="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.
@@ -32870,5 +33426,5 @@
             <hr width="100" align="left" />
             <div class="footnote">
-              <p><sup>[<a id="ftn.id711533" href="#id711533" class="para">2</a>] </sup>This is
+              <p><sup>[<a id="ftn.id470814" href="#id470814" class="para">2</a>] </sup>This is
             sometimes called "The Write Barrier": all assignments which
             might result in intergenerational references must be noted, as
@@ -32876,5 +33432,5 @@
             </div>
             <div class="footnote">
-              <p><sup>[<a id="ftn.id711601" href="#id711601" class="para">3</a>] </sup>Note that the implicit setfs that occur when
+              <p><sup>[<a id="ftn.id470882" href="#id470882" class="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
@@ -32992,5 +33548,5 @@
               <div>
                 <div>
-                  <h3 class="title"><a id="id711745"></a>17.7.2.Â Recommended Reading</h3>
+                  <h3 class="title"><a id="id471026"></a>17.7.2.Â Recommended Reading</h3>
                 </div>
               </div>
@@ -33405,5 +33961,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655139"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id413232"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD)
@@ -33430,5 +33986,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id621985"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id416107"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -33454,5 +34010,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id706118"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id402867"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
@@ -33477,5 +34033,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id617025"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id415121"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session
@@ -33502,5 +34058,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id642917"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id441525"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p>
@@ -33520,5 +34076,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id655998"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id411609"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros.
@@ -33542,5 +34098,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id648703"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id411672"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p>
@@ -33548,5 +34104,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id648743"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id418691"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If
@@ -33574,5 +34130,5 @@
             <div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id626772"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id471102"></a>
                 <div class="header">Arguments and Values:</div>
                 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p>
@@ -33583,5 +34139,5 @@
               </div>
               <div class="refsect1" lang="en" xml:lang="en">
-                <a xmlns="http://www.w3.org/1999/xhtml" id="id660042"></a>
+                <a xmlns="http://www.w3.org/1999/xhtml" id="id471159"></a>
                 <div class="header">Description:</div>
                 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer
@@ -34602,5 +35158,5 @@
       <a href="#Symbol-Index">Symbol Index</a>
     </div>
-    <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 16:0 on May 14, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14798<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
+    <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 2:0 on May 15, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14801<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
   </body>
 </html>
