r9753: all docbook fixes done except for removing hovertext
[clsql.git] / doc / ref-transaction.xml
index 77a690d634dce6e84f1f4b8385c4633f1bee2135..5731c466da3783a0589683effe72f3d952c0d19c 100644 (file)
       transaction blocks, committing or rolling back changes made and
       controlling autocommit behaviour.
     </para>
-    <note> 
+    <note>
+      <para>
       In contrast to &commonsql;, &clsql;, by default, starts in
       transaction AUTOCOMMIT mode (see <link
       linkend="set-autocommit"><function>set-autocommit</function></link>).
       To begin a transaction in autocommit mode, <link
       linkend="start-transaction"><function>start-transaction</function></link>
       has to be called explicitly.
+      </para>
     </note> 
   </partintro>
 
             object</glossterm>. This will default to the value
             of <symbol>*default-database*</symbol>.</para>
           </listitem>
-<varlistentry>
-          <term><parameter>body</parameter></term>
+       </varlistentry>
+       <varlistentry>
+         <term><parameter>body</parameter></term>
           <listitem>
             <para>
               A body of Lisp code. 
             <para>The result of executing <parameter>body</parameter>.</para>
           </listitem>
         </varlistentry>
-        </varlistentry>
       </variablelist>
     </refsect1>
     <refsect1>