From 3bfdffb45b75fe0ceb82faa1d2853dea7ba0106b Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 11 Mar 2011 05:27:37 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6138 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/registry.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/registry.but b/Docs/src/registry.but index d1a3fcfc..57ca4ca1 100644 --- a/Docs/src/registry.but +++ b/Docs/src/registry.but @@ -76,7 +76,7 @@ Set user variable $x with the name of the 'index'th registry value in root_key\\ \c user_var(output) string -Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var". If there is an error, the variable is set to empty, and the error flag is set. +Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var%". If there is an error, the variable is set to empty, and the error flag is set. \c ExpandEnvStrings $0 "WINDIR=%WINDIR%$\nTEMP=%TEMP%"