summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-16 08:11:37 +0200
committerAraq <rumpf_a@web.de>2012-07-16 08:11:37 +0200
commit4215686cce1aaebd4021c856d504103f7e9a9586 (patch)
tree1ef722361e3d539fcd5046c04b6c3516fdf4ade0 /doc
parent089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (diff)
downloadNim-4215686cce1aaebd4021c856d504103f7e9a9586.tar.gz
x11 example compiles again; updated python wrapper; compiler supports variables in DLLs
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 543d5d3c1..31b2b6585 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -3589,7 +3589,7 @@ strings automatically:
 

 Dynlib pragma for import

 ------------------------

-With the `dynlib`:idx: pragma a procedure can be imported from

+With the `dynlib`:idx: pragma a procedure or a variable can be imported from

 a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). 
 The non-optional argument has to be the name of the dynamic library: