doc: update doc
authorDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 12:14:40 +0000 (14:14 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 12:14:40 +0000 (14:14 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
doc/ansi_data_flow.xml

index 939baa0..6c70dbf 100644 (file)
@@ -9,8 +9,8 @@
 
  <section xml:id="ansi.let-behavior">
    <title><function>LET</function>, <function>FLET</function>,
-   <function>LABELS</function> and <emphasis>lambda list</emphasis>
-   &ANSI; addendum</title>
+   <function>LABELS</function> and function <emphasis>lambda
+   list</emphasis> &ANSI; addendum</title>
 
    <para>&ANSI; doesn't specify what should happen if any of the
    <function>LET</function>, <function>FLET</function> and
 
    <para>Moreover, while &ANSI; defines <emphasis>lambda
    list</emphasis> parameters in the terms of
-   <function>LET*</function>, programmer can't provide an
-   initialization forms for required parameters. If required
-   parameters share the same name <emphasis>error</emphasis> is
-   signalled.
+   <function>LET*</function>, when used in function context programmer
+   can't provide an initialization forms for required parameters. If
+   required parameters share the same name <emphasis>error</emphasis>
+   is signalled.
    </para>
 
    <para>Described behavior is present in &ECL; since version