internal links update. replaced \k with \R.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2682 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
o_owd 2003-06-27 11:09:54 +00:00
parent ec92ad1ef6
commit e52b3432d9
2 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ A NSIS Script File (.nsi) is just a text file with a series of commands.
\b Non-comment lines are in the form of 'command [parameters]'
\b To call a plugin, use 'plugin::command [parameters]'. For more info see \k{plugindlls}.
\b To call a plugin, use 'plugin::command [parameters]'. For more info see \R{plugindlls}{Plugin DLLs}.
\b Anything after a ; or # that is not in a parameter (i.e. in quotes or part of another string) is treated as a comment. (i.e. "File myfile ; this is the file" would work)