Minor grammatical improvements to the documentation.
[fvwm.git] / doc / commands / Prev.xml
blob996c0f23fddab2f416587e40eda88dd865562947
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: Prev.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
3 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4   "../docbook-xml/docbookx.dtd"
6 <!ENTITY % myents SYSTEM "../fvwm.ent" >
7 %myents;
8 ]>
11 <section id='Prev'>
12 <title>Prev</title>
14 <cmdsynopsis>
15         <command>Prev</command
16         ><arg choice='opt'
17                 >(<replaceable>conditions</replaceable
18         >)</arg
19         ><arg choice='plain'
20                 ><replaceable>command</replaceable
21         ></arg>
22 </cmdsynopsis>
24 <para>Performs
25 <replaceable>command</replaceable>
26 (typically
27 <fvwmref cmd="Focus"/>)
28 on the previous window which satisfies all
29 <replaceable>conditions</replaceable>.
30 If the command is running in a window context, it starts looking
31 for a matching window from there.  Otherwise it starts at the
32 focused window.
33 See <fvwmref sect="conditionals" opt="conditions" name="Conditions"/> section for a list of conditions.</para>
35 </section>