diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:47 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:47 +0000 |
commit | 9cc32a164b926d9df2909186834b6b8ab2994750 (patch) | |
tree | 63a1ef3b3f1d2562c498291cda341a2171a1fe1c /doc/expert/pre_incl | |
parent | 2f4268e5e02216be53cd85816362191373512463 (diff) | |
download | lout-3.21.tar.gz |
Lout 3.21 tag.3.21
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.21@12 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/pre_incl')
-rw-r--r-- | doc/expert/pre_incl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/expert/pre_incl b/doc/expert/pre_incl index c531096..c148453 100644 --- a/doc/expert/pre_incl +++ b/doc/expert/pre_incl @@ -8,9 +8,9 @@ sysinclude.sym @Index { @@SysInclude symbol } These symbols instruct Lout to temporarily switch to reading another file, whose name appears in braces following the symbol. For example, @ID @Code { -"@Include { \"/usr/lout/fontdefs\" }" +"@Include { \"/usr/lout/langdefs\" }" } -will cause the contents of file "/usr/lout/fontdefs" to be read at the +will cause the contents of file "/usr/lout/langdefs" to be read at the point it occurs. After that file is read, the current file is resumed. The included file may contain arbitrary Lout text, including other @@Include commands. The file is searched for first in the current |