doc-src/IsarRef/generic.tex
changeset 17228 19b460b39dad
parent 17139 165c97f9bb63
child 17274 746bb4c56800
--- a/doc-src/IsarRef/generic.tex	Thu Sep 01 23:08:15 2005 +0200
+++ b/doc-src/IsarRef/generic.tex	Fri Sep 02 09:50:58 2005 +0200
@@ -114,7 +114,7 @@
 \begin{rail}
   'locale' ('(open)')? name ('=' localeexpr)?
   ;
-  printlocale localeexpr
+  printlocale '!'? localeexpr
   ;
   localeexpr: ((contextexpr '+' (contextelem+)) | contextexpr | (contextelem+))
   ;
@@ -224,7 +224,9 @@
   expression in a flattened form.  The notable special case
   $\isarkeyword{print_locale}~loc$ just prints the contents of the named
   locale, but keep in mind that type-inference will normalize type variables
-  according to the usual alphabetical order.
+  according to the usual alphabetical order.  The command omits
+  $\isarkeyword{notes}$ elements by default.  Use
+  $\isarkeyword{print_locale}!$ to get them included.
 
 \item [$\isarkeyword{print_locales}$] prints the names of all locales of the
   current theory.