Updated docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-01 13:53:23 +00:00
parent c7a681751a
commit a3676511e6
24 changed files with 673 additions and 676 deletions

View file

@ -1,4 +1,4 @@
\H{functions} Functions
\C{functions} Functions
Functions are like similar to Sections in that they contain zero or more instructions. Functions are not called by the installer directly, instead they are called from Sections using the Call instruction (Note: there are some special Callback Functions that can be called by the installer directly).