diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 131556c2..0436c5a0 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -1558,7 +1558,24 @@ fvwm
%UUrl
- The default value for the string is:
+
+ In addition to the predefined values above, all strings like
+ %(fieldname) will be replaced by the value
+ of the field named fieldname for this
+ document. Only stored fields can be accessed in this way, the
+ value of indexed but not stored fields is not known at this
+ point (see field
+ configuration). There are currently very few fields
+ stored by default, apart from the values above (only
+ author), so this feature will need some
+ custom local configuration to be useful. For example, you
+ could look at the fields for the document types of interest
+ (use the right-click menu inside the preview window), and add
+ what you want to the list of stored fields. A candidate
+ example would be the recipient field
+ which is generated by the message filters.
+
+ The default value for the paragraph format string is:
<img src="%I" align="left">%R %S %L <b>%T</b><br>
%M %D <i>%U</i><br>
%A %K
@@ -2008,7 +2025,9 @@ text/rtf = exec unrtf --nopict --html; charset=iso-8859-1; mimetype=text/html
A field becomes stored by appearing in
the [stored] section of the
fields file.
-
+
+ See the comments inside the fields
+ for more details.