better wording
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4467 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
95dd28933b
commit
817378e7e3
1 changed files with 4 additions and 4 deletions
|
@ -105,7 +105,7 @@ Call functions:
|
|||
\c Push $0
|
||||
\c FunctionEnd
|
||||
|
||||
\\<b\\>Example (Write founded in text file):\\</b\\>
|
||||
\\<b\\>Example (Write results to a text file):\\</b\\>
|
||||
|
||||
\c Section
|
||||
\c GetTempFileName $R0
|
||||
|
@ -129,7 +129,7 @@ Call functions:
|
|||
\c Push $0
|
||||
\c FunctionEnd
|
||||
|
||||
\\<b\\>Example (Write founded in INI file):\\</b\\>
|
||||
\\<b\\>Example (Write results to an INI file):\\</b\\>
|
||||
|
||||
\c Section
|
||||
\c GetTempFileName $R0
|
||||
|
@ -2098,8 +2098,8 @@ Call functions:
|
|||
\c ; -number : word number from end
|
||||
\c ; +number* : word number from start multiple-replace
|
||||
\c ; -number* : word number from end multiple-replace
|
||||
\c ; + : replace or delete all founded
|
||||
\c ; +* : multiple-replace all founded
|
||||
\c ; + : replace or delete all found
|
||||
\c ; +* : multiple-replace all found
|
||||
\c ; {} : if exists replace or delete all delimiters
|
||||
\c ; from edges (no errorlevel output)
|
||||
\c ; {}* : if exists multiple-replace all delimiters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue