Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r066442 r8544b32  
    629629                </programlisting>
    630630              </listitem>
    631 
    632               <listitem>
    633                 <para>Push/Pop the current selection to/from a stack to store
    634                 it momentarily and allow modifications in MakroActions.</para>
    635                 <programlisting>
    636                 ... --push-atom-selection
    637                 </programlisting>
    638                 <programlisting>
    639                 ... --pop-atom-selection
    640                 </programlisting>
    641               </listitem>
    642631            </itemizedlist>
    643632          </listitem>
     
    720709                <programlisting>
    721710                ... --unselect-atoms-molecules
    722                 </programlisting>
    723               </listitem>
    724 
    725               <listitem>
    726                 <para>Push/Pop the current selection to/from a stack to store
    727                 it momentarily and allow modifications in MakroActions.</para>
    728                 <programlisting>
    729                 ... --push-molecule-selection
    730                 </programlisting>
    731                 <programlisting>
    732                 ... --pop-molecule-selection
    733711                </programlisting>
    734712              </listitem>
     
    12691247            (without suffix) as its name.</para>
    12701248          </note>
    1271         </section>
    1272 
    1273         <section xml:id='molecule.remove-molecule'>
    1274           <title xml:id='molecule.remove-molecule.title'>Remove molecules
    1275           </title>
    1276 
    1277           <para>This removes one or multiple selected molecules.</para>
    1278 
    1279           <programlisting>... -remove-molecule</programlisting>
    1280 
    1281           <para>This essentially just removes all of the molecules' atoms
    1282           which in turn also causes the removal of the molecule.</para>
    1283         </section>
    1284 
    1285         <section xml:id='molecule.translate-molecules'>
    1286           <title xml:id='molecule.translate-molecules.title'>Translate molecules
    1287           </title>
    1288 
    1289           <para>This translates one or multiple selected molecules by a
    1290           specific offset..</para>
    1291 
    1292           <programlisting>... -translate-molecules</programlisting>
    1293 
    1294           <para>This essentially translates all of the molecules' atoms.</para>
    12951249        </section>
    12961250
Note: See TracChangeset for help on using the changeset viewer.