From: Claudio Sacerdoti Coen Date: Fri, 26 May 2006 15:39:29 +0000 (+0000) Subject: Documentation fixed. X-Git-Tag: make_still_working~7317 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=26778a467329055d706f9b8d9d6869f17186e453;p=helm.git Documentation fixed. --- diff --git a/helm/software/matita/help/C/sec_gettingstarted.xml b/helm/software/matita/help/C/sec_gettingstarted.xml index f7d435e70..c1feb6d92 100644 --- a/helm/software/matita/help/C/sec_gettingstarted.xml +++ b/helm/software/matita/help/C/sec_gettingstarted.xml @@ -26,8 +26,7 @@ Typing one of the following ligatures (and opzionally converting the ligature to the Unicode character has described before): - ":=" (which stands for ≝); "->" (which stands for "→"); - "->" (which stands for "⇒"). + ":=" (which stands for ≝); "->" (which stands for "→"); "=>" (which stands for "⇒"). diff --git a/helm/software/matita/help/C/sec_terms.xml b/helm/software/matita/help/C/sec_terms.xml index 45459572b..dd2af7f5f 100644 --- a/helm/software/matita/help/C/sec_terms.xml +++ b/helm/software/matita/help/C/sec_terms.xml @@ -158,8 +158,8 @@ | &id;[\subst[ - &id;≝&term; - [;&id;≝&term;]… + &id;≔&term; + [;&id;≔&term;]… ]] identifier with optional explicit named substitution @@ -249,16 +249,30 @@ &args; ::= - [(]_[: &term;][)] + _[: &term;] ignored argument | - [(]&id;[,&id;]…[: &term;][)] + + (_[: &term;]) + + ignored argument + + + + | + &id;[,&id;]…[: &term;] + + + | + (&id;[,&id;]…[: &term;]) + +