From abf2302e62d94f6197103f9b6ad093c3768cae8e Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 26 Dec 2002 14:37:30 +0000 Subject: [PATCH] !ifndef and !endif docs replaced git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2001 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/defines.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/defines.but b/Docs/src/defines.but index 66e6f946..f3b42f80 100644 --- a/Docs/src/defines.but +++ b/Docs/src/defines.but @@ -18,7 +18,7 @@ This command, when paired with an !endif command, will tell the compiler whether \e{!ifndef gflag [bcheck [gflag [...]]]} -This command closes a block started with !ifdef or !ifndef. +This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected. \e{!else [ifdef|ifndef [...]]} @@ -26,7 +26,7 @@ This command is the opposite of !ifdef (If 'gflag' is not globally defined, the \e{!endif} -This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected. +This command closes a block started with !ifdef or !ifndef. \e{!insertmacro macro_name [parameter] [...]}