replaced strange \: by \colon to make it work again on macbroy20-29;
authorwenzelm
Wed, 04 Jun 2008 12:29:26 +0200
changeset 27073 449742f8a36f
parent 27072 051a88965e50
child 27074 34f3784d40f2
replaced strange \: by \colon to make it work again on macbroy20-29;
doc-src/Locales/Locales/Examples3.thy
--- a/doc-src/Locales/Locales/Examples3.thy	Tue Jun 03 23:47:13 2008 +0200
+++ b/doc-src/Locales/Locales/Examples3.thy	Wed Jun 04 12:29:26 2008 +0200
@@ -258,7 +258,7 @@
   \emph{locale expression}.  Locale expressions enable to combine locales
   and rename parameters.  A locale name is a locale expression.  If
   $e_1$ and $e_2$ are locale expressions then $e_1 + e_2$ is their
-  \emph{merge}.  If $e$ is an expression, then $e\:q_1 \ldots q_n$ is
+  \emph{merge}.  If $e$ is an expression, then $e\colon q_1 \ldots q_n$ is
   a \emph{renamed expression} where the parameters in $e$ are renamed
   to $q_1 \ldots q_n$.  Using a locale expression, a locale for order
   preserving maps can be declared in the following way.  *}