diff docs/manual.docbook.sgml @ 253:ed1009bce533

Document the "export" pragma Add documentation for the "export" pragma. This was added in 4.7 but the documentation for it was overlooked.
author William Astle <lost@l-w.ca>
date Sat, 26 Jan 2013 22:27:29 -0700
parents 0bc1c88fe776
children 155799f6cfa5
line wrap: on
line diff
--- a/docs/manual.docbook.sgml	Fri Jan 25 23:48:46 2013 -0700
+++ b/docs/manual.docbook.sgml	Sat Jan 26 22:27:29 2013 -0700
@@ -1589,6 +1589,20 @@
 </varlistentry>
 
 <varlistentry>
+<term>export</term>
+<listitem>
+
+<para>This pragma causes all symbols to be added to the export list
+automatically.  This is useful when a large number of symbols need to be
+exported but you do not wish to include an EXPORT directive for all of them. 
+This is often useful on the command line but might be useful even inline
+with the PRAGMA directive if a large number of symbols in a row are to be
+exported.</para>
+
+</listitem>
+</varlistentry>
+
+<varlistentry>
 <term>dollarlocal</term>
 <listitem>