From 9c3d74cb661985d81aaa4d6647ef9dca28e0f80d Mon Sep 17 00:00:00 2001 From: rainwater Date: Mon, 4 Nov 2002 13:35:11 +0000 Subject: [PATCH] section typo (bug #633265) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1583 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/sections.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/sections.but b/Docs/src/sections.but index d3e876da..c3327879 100644 --- a/Docs/src/sections.but +++ b/Docs/src/sections.but @@ -16,7 +16,7 @@ Tells the installer that the current section needs an additional "size_kb" kilob \H{ssection} Section -\c ([/e] [section_name] [section index output] +\c [/e] [section_name] [section index output] Begins annd opens a new section. If section_name is empty, omitted, or begins with a -, then it is a required section and the user will not see it, nor have the option of disabling it. If the section name is 'Uninstall', then it is a special Uninstall Section. If section index output is specified, the parameter will be !defined with the section index (that can be used for SectionSetText etc. If the section name begins with a !, the section will be displayed as bold. If /e is present, the sub sections of the section will be expanded by default.