Minor grammatical improvements to the documentation.
[fvwm.git] / doc / fvwm / quoting.xml
blob0ca36b61bd41eb59dede51dc6c65c8ce98738806
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: quoting.xml,v 1.1 2007/03/10 05:15:34 scott Exp $ -->
11 <section id='quoting'>
12 <title>Quoting</title>
14 <para>Quotes are required only when needed to make fvwm consider two or
15 more words to be a single argument.  Unnecessary quoting is
16 allowed.  If you want a quote character in your text, you must
17 escape it by using the backslash character.  For example, if you
18 have a pop-up menu called "Window-Ops", then you do not need
19 quotes:</para>
21 <programlisting>
22 <fvwmref cmd="Popup"/> Window-Ops
23 </programlisting>
25 <para>but if you replace the dash with a space, then you need
26 quotes:</para>
28 <programlisting>
29 <fvwmref cmd="Popup"/> "Window Ops"
30 </programlisting>
32 <para>The supported quoting characters are double quotes, single quotes
33 and reverse single quotes.  All three kinds of quotes are treated
34 in the same way.  Single characters can be quoted with a preceding
35 backslash.  Quoting single characters works even inside other
36 kinds of quotes.</para>
38 </section>