summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-06-23 16:56:10 +0200
committerRocco Rutte <pdmef@gmx.net>2009-06-23 16:56:10 +0200
commit450cfaf03d9d0a820eb8cd4ca1f24ca8eb8df00a (patch)
treed28b88f13b9c9f446b4cb9b273a3df6c58430f3d /doc
parent44011b320d9e3bb61b9ae91da0dc6a911b0c9b7b (diff)
Manual: Simply type conversion section wording.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 900b6b24..3c90171b 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -4083,10 +4083,9 @@ example an integer number for numeric types. For all queries (including
&dollar;-expansion) the value is converted from its internal type back
into string. As a result, any variable can be assigned any value given
that its content is valid for the target. This also counts for custom
-variables which are of type string. In case of parsing errors, mutt will
-print error messages as it would have if the new value was specified
-literally and not through another variable. <xref linkend="ex-myvar4"/>
-demonstrates type conversions.
+variables which are of type string. In case of parsing errors, Mutt will
+print error messages. <xref linkend="ex-myvar4"/> demonstrates type
+conversions.
</para>
<example id="ex-myvar4">