Re: [docs] wineusr: Assorted formatting & tagging fixes (try 2)
Frédéric Delanoy <frederic.delanoy(a)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. -- Alexandre Julliard julliard(a)winehq.org
On Fri, Aug 2, 2013 at 2:25 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Frédéric Delanoy <frederic.delanoy(a)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
Frédéric Delanoy <frederic.delanoy(a)gmail.com> writes:
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?
Removing tabs is fine, but tabs are 8 spaces. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Frédéric Delanoy