diff --git a/common/content/help.xsl b/common/content/help.xsl
index 4e7b2324..143a815b 100644
--- a/common/content/help.xsl
+++ b/common/content/help.xsl
@@ -458,14 +458,16 @@
- :set
-
-
-
-
- =
-
-
+
+ :set
+
+
+
+
+ =
+
+
+
diff --git a/common/locale/en-US/gui.xml b/common/locale/en-US/gui.xml
index 25c34fb6..b1365f47 100644
--- a/common/locale/en-US/gui.xml
+++ b/common/locale/en-US/gui.xml
@@ -228,16 +228,17 @@
progress messages are also output to this field.
- History and bookmark status ([+-❤⋯]): The position
- of the current page in the tab's session history; + and
- - indicate that it is possible to move backwards and forwards
+ History and bookmark status ([+-❤⋯]): The position
+ of the current page in the tab's session history; + and
+ - indicate that it is possible to move backwards and forwards
through the history respectively. ❤ indicates that the current page is
bookmarked. Any other character indicates a QuickMark matching the
current page.
- Tab index ([N/M]): N is the index of the currently selected tab and M is
- the total number of tabs in the current window.
+ Tab index ([N/M]): N is the index of the
+ currently selected tab and M is the total number of tabs in
+ the current window.
Vertical scroll: The vertical scroll percentage of the current buffer,
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index 099f6384..ca0651dd 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -38,7 +38,7 @@
stringlist
A comma-separated list of strings. Any comma appearing within single
- or double quotes, or prefixed with a \, will not be treated
+ or double quotes, or prefixed with a \, will not be treated
as an item separator.
@@ -50,12 +50,12 @@
regexplist
A comma-separated list of regular expressions. Expressions may be
- prefixed with a !, in which case the match will be negated. A
- literal ! at the beginning of the expression may be matched
- with [!] or by placing the regular expression in quotes.
+ prefixed with a !, in which case the match will be negated. A
+ literal ! at the beginning of the expression may be matched
+ with [!] or by placing the regular expression in quotes.
Generally, the first matching regular expression is used. Any comma
appearing within single or double quotes, or prefixed with a
- \, will not be treated as an item separator.
+ \, will not be treated as an item separator.
@@ -63,7 +63,7 @@
A combination of a stringmap and a regexplist. Each key
in the key:value pair is a regexp. If the regexp begins with a
- !, the sense of the match is negated, such that a non-matching
+ !, the sense of the match is negated, such that a non-matching
expression will be considered a match and vice versa.
The first key to match yields value.
@@ -71,23 +71,24 @@
Some options may be given format strings containing macro replacements in
- the form of <name>. These tokens are replaced by
+ the form of <name>. These tokens are replaced by
the parameter name as specified in the relevant documentation.
- If the token is in the form <q-name>, the value of the
+ If the token is in the form <q-name>, the value of the
parameter is automatically quoted. If it is in
- the form of <e-name>, its value is never shown but may be
+ the form of <e-name>, its value is never shown but may be
used to test whether the given parameter is empty.
- Any substring enclosed by <{ and }> is automatically
- elided if any of the contained macros aren't currently valid. A
- literal < or > character may be included with the
- special escape sequences <lt> or <gt> respectively.
+ Any substring enclosed by <{ and }>
+ is automatically elided if any of the contained macros aren't currently
+ valid. A literal < or > character may
+ be included with the special escape sequences <lt> or
+ <gt> respectively.
-
+
For example, given the format string
- <{(cmd: <column>) }><{line: <line> }><file>,
+ <{(cmd: <column>) }><{line: <line> }><file>,
where line=32 and
file=Lieder eines fahrenden Gesellen.txt,
the result is formatted as
@@ -156,16 +157,20 @@
For list options, toggle the specified values.
-
If the option is a list, the given values are toggled. Given,
- foo,bar
-
then,
- foo,baz
-
has the same result as
- bar,baz
+
+ If the option is a list, the given values are toggled. Given,
+ foo,bar
+ then,
+ foo,baz
+ has the same result as
+ bar,baz
+
-
This extends to string options in a natural way, e.g.
- always,never
-
toggles between the two values.
+
+ This extends to string options in a natural way, e.g.,
+ always,never
+ toggles between the two values.
+