r10226: 26 Dec 2004 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 26 Dec 2004 18:54:49 +0000 (18:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 26 Dec 2004 18:54:49 +0000 (18:54 +0000)
        * doc/ref-fdml.lisp: Fix variable tag name to varname
        [noted by Eduardo Munoz]

doc/ref-fdml.xml
doc/ref-oodml.xml

index 8a72a5c28c748405e9e1e1286a8c6947213f7890..5eb4f070052f9a113c11814b9b6df6c92b2cdf37 100644 (file)
@@ -1286,10 +1286,10 @@ ID FORENAME   SURNAME   EMAIL
           <para>
             This value is only considered when CLOS objects are being
             selected. A boolean with a default value of &nil;. When
-            the value of the <variable>caching</variable> keyword is
+            the value of the <varname>caching</varname> keyword is
             &t;, a second equivalent <function>select</function> call
             will return the same view class instance objects. When
-            <variable>refresh</variable> is &t;, then slots of the
+            <varname>refresh</varname> is &t;, then slots of the
             existing instances are updated as necessary. In such
             cases, you may wish to override the hook
             <function>instance-refresh</function>.
@@ -1302,7 +1302,7 @@ ID FORENAME   SURNAME   EMAIL
           <para>
             This value is only considered when CLOS objects are being
             selected.  A boolean with a default value of
-            <variable>*default-caching*</variable>. &clsql; caches
+            <varname>*default-caching*</varname>. &clsql; caches
             objects in accordance with the &commonsql; interface: a
             second equivalent <function>select</function> call will
             return the same view class instance objects.
index a76b718b3bbf5a87ce7531d97620e063984b5ba2..51cb36c80737a81d38c272f1379f1a689249593a 100644 (file)
       <title>Description</title> 
       <para>
        This variable stores the default value of the
-       <variable>CACHING</variable> keyword for the <link
+       <varname>CACHING</varname> keyword for the <link
        linkend="select"><function>select</function></link>.
       </para> 
     </refsect1>