From 4ae88b11834d9d09f07e7d0b8e95c91153ce8f4e Mon Sep 17 00:00:00 2001 From: zarg Date: Sun, 12 Oct 2003 22:48:05 +0000 Subject: [PATCH] Changed some spelling mistakes and gramma. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3015 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/sections.but | 2 +- Docs/src/usection.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/sections.but b/Docs/src/sections.but index 2b096c3f..99a402fd 100644 --- a/Docs/src/sections.but +++ b/Docs/src/sections.but @@ -36,7 +36,7 @@ This command specifies which install types (see \R{ainsttype}{InstType}) the cur \c [/e] Caption [section index output] -This command inserts a subsection. The subsection must be close with SubSectionEnd, and should contain 1 or more Sections. If the subsection name begins with a !, the subsection will be displayed as bold. If /e is present, the sub sections of the sub section will be expanded by default. If section index output is specified, the parameter will be !defined with the section index (that can be used for SectionSetText etc). +This command inserts a subsection. The subsection must be closed with SubSectionEnd, and should contain 1 or more Sections. If the subsection name begins with a !, the subsection will be displayed as bold. If /e is present, the sub sections of the sub section will be expanded by default. If section index output is specified, the parameter will be !defined with the section index (that can be used for SectionSetText etc). \S2{ssubsectionend} SubSectionEnd diff --git a/Docs/src/usection.but b/Docs/src/usection.but index 0830ae33..9f750148 100644 --- a/Docs/src/usection.but +++ b/Docs/src/usection.but @@ -1,6 +1,6 @@ \S1{UninstallSection} Uninstall Section -A special Section named 'Uninstall' must be created in order to generate an uninstaller. This section should remove all files, registry keys, etc that were installed by the installer, from the system. Here is an example of a simple uninstall section: +A special Section named 'Uninstall' must be created in order to generate an uninstaller. This section should remove all files, registry keys etc etc that were installed by the installer, from the system. Here is an example of a simple uninstall section: \c Section "Uninstall" \c Delete $INSTDIR\Uninst.exe ; delete self (see explanation below why this works)