summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-06-01 22:00:06 +0200
committerAraq <rumpf_a@web.de>2014-06-01 22:00:06 +0200
commitbe229163af18a5d31fc3656ced853d6857d885ee (patch)
tree2f98645c3b1e7e4153cb9d12be78a661820a6b42 /doc/manual.txt
parentcbe25a41b031ea8c36dce1b47c26fd7682e40a82 (diff)
parente6d12f3f6ee933f295dd83a64f5f0e6eba77e1d1 (diff)
downloadNim-be229163af18a5d31fc3656ced853d6857d885ee.tar.gz
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 5afe385bb..c6f50298c 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -2823,7 +2823,7 @@ The following builtin procs cannot be overloaded for reasons of implementation
 simplicity (they require specialized semantic checking)::
 
   defined, definedInScope, compiles, low, high, sizeOf, 
-  is, of, echo, shallowCopy, getAst
+  is, of, echo, shallowCopy, getAst, spawn
 
 Thus they act more like keywords than like ordinary identifiers; unlike a 
 keyword however, a redefinition may `shadow`:idx: the definition in