Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
47bc1eb92d
commit
3e659f4568
12 changed files with 40 additions and 34 deletions
|
@ -12,13 +12,13 @@ User variables can be declared with the \R{var}{Var} command. You can use these
|
|||
|
||||
\c var_name
|
||||
|
||||
Declare a user variable. Allowed charaters for variables names: [a-z][A-Z][0-9] and '_'.
|
||||
Declare a user variable. Allowed characters for variables names: [a-z][A-Z][0-9] and '_'.
|
||||
|
||||
\S1{varother} Other Writable Variables
|
||||
|
||||
\e{$0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $R0, $R1, $R2, $R3, $R4, $R5, $R6, $R7, $R8, $R9}
|
||||
|
||||
Registers. These variables can be used just like user variables, but are usually used in shared functions or macro's. You don't have to declare these variables, so you won't get any name conflics when using them in shared code. When using these variables in shared code, it's recommended that you use the stack to save and restore their original values. These variables can also be used for communication with plug-ins, because they can be read and written by the plug-in DLL's.
|
||||
Registers. These variables can be used just like user variables, but are usually used in shared functions or macro's. You don't have to declare these variables, so you won't get any name conflicts when using them in shared code. When using these variables in shared code, it's recommended that you use the stack to save and restore their original values. These variables can also be used for communication with plug-ins, because they can be read and written by the plug-in DLL's.
|
||||
|
||||
\e{$INSTDIR}
|
||||
|
||||
|
@ -130,4 +130,4 @@ This code will set the name of the installer to "Test Program $\{VERSION\}". The
|
|||
|
||||
This code sets the name of the installer to "Test Program V.1.0"
|
||||
|
||||
For more info, see \R{compdefines}{Conditional Compilation}.
|
||||
For more info, see \R{compdefines}{Conditional Compilation}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue