From 1432eeb670acd487ea441b1b0afa4785de6d0772 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 8 Nov 2005 19:46:19 +0000 Subject: [PATCH] SectionGroup syntax correction git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4380 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 f0d68502..46e11457 100644 --- a/Docs/src/sections.but +++ b/Docs/src/sections.but @@ -64,7 +64,7 @@ This command specifies which install types (see \R{ainsttype}{InstType}) the cur \S2{ssectiongroup} SectionGroup -\c [/e] Caption [section_group_name index_output] +\c [/e] section_group_name [index_output] This command inserts a section group. The section group must be closed with \R{ssectiongroupend}{SectionGroupEnd}, and should contain 1 or more sections. If the section group name begins with a !, its name will be displayed with a bold font. If /e is present, the section group will be expanded by default. If \e{index_output} is specified, the parameter will be !defined with the section index (that can be used for \R{sectionsettext}{SectionSetText} etc). If the name is prefixed with 'un.' the section group is an uninstaller section group.