Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / Lower.xml
blob1e3d0d16ceda8abf8aff77171ee7c9139e647dd8
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: Lower.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Lower'>
12 <title>Lower</title>
14 <cmdsynopsis>
15         <command>Lower</command>
16 </cmdsynopsis>
18 <para>Allows the user to lower a window.  Note that this lowers a window
19 only in its layer.  To bring a window to the absolute bottom, use</para>
21 <programlisting>
22 <fvwmref cmd="AddToFunc"/> lower-to-bottom
23  + I <fvwmref cmd="Layer"/> 0 0
24  + I Lower
25 </programlisting>
27 </section>