Minor documentation fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7081 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-02-11 17:45:47 +00:00
parent bd5d47cbae
commit 161e81c2f5
4 changed files with 5 additions and 5 deletions

View file

@ -83,7 +83,7 @@ Note that, if used in installer code, this will only affect the installer, and i
\c sleeptime_in_ms
Pauses execution in the installer for sleeptime_in_ms milliseconds. sleeptime_in_ms can be a variable, e.g. "$0" or a number, i.e. "666".
Pauses execution in the installer for sleeptime_in_ms milliseconds. sleeptime_in_ms can be a variable, e.g. "$0" or a number, i.e. "4321".
\c DetailPrint "sleeping..."
\c Sleep 3000