On Fri, Aug 2, 2013 at 2:25 PM, Alexandre Julliard <julli...@winehq.org> wrote: > Frédéric Delanoy <frederic.dela...@gmail.com> writes: > >> @@ -710,17 +714,18 @@ Path="c:\windows;c:\windows\system;e:\;e:\test;f:\" >> choose between several edition modes: >> <itemizedlist> >> <listitem> >> - <para> >> - Emacs: the same keybindings as under >> - emacs are available. For example, Ctrl-A >> - will bring the cursor to the beginning >> - of the edition line. See your emacs >> - manual for the details of the commands. >> - </para> >> + <para> >> + <literal>Emacs</literal>: the same keybindings as under >> + <command>emacs</command> are available. For example, >> + >> <keycombo><keycap>Ctrl</keycap><keycap>A</keycap></keycombo> >> + will bring the cursor to the beginning >> + of the edition line. See your <command>emacs</command> >> + manual for the details of the commands. >> + </para> > > Please avoid messing up the indentation.
That's just replacing the Tabs by spaces in the affected lines. The affected lines were using a mix of tabs and spaces <g> It's indented two spaces from the parent listitem tag as it was before (at least when tabs are displayed as 4 chars) Should I keep those tabs? Frédéric