Minor manpage formatting fix.
[fvwm.git] / doc / commands / Repeat.xml
blobda25d36faa5745d6420a293f2f72d7668892cd94
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: Repeat.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='Repeat'>
12 <title>Repeat</title>
14 <cmdsynopsis>
15         <command>Repeat</command>
16 </cmdsynopsis>
18 <para>When the
19 <emphasis remap='B'>Repeat</emphasis>
20 command is invoked, the last command that was executed by fvwm is
21 executed again.  This happens regardless of whether it was
22 triggered by user interaction, a module or by an X event.
23 Commands that are executed from a function defined with the
24 <fvwmref cmd="Function"/>
25 command, from the
26 <fvwmref cmd="Read"/> or
27 <fvwmref cmd="PipeRead"/>
28 commands or by a menu are not repeated.  Instead, the function,
29 menu or the
30 <fvwmref cmd="Read"/> or
31 <fvwmref cmd="PipeRead"/>
32 command is executed again.</para>
34 </section>