From 2f48bf615d69be04f34549edc047ad3e0f2e019c Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 1 Nov 2003 21:41:28 +0000 Subject: [PATCH] DeleteINIStr and DeleteINISec do not set the error flag git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3086 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/registry.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/registry.but b/Docs/src/registry.but index bd4c6a59..2f34a7b2 100644 --- a/Docs/src/registry.but +++ b/Docs/src/registry.but @@ -6,13 +6,13 @@ In all of the below registry instructions use an empty string (just two quotes w \c ini_filename section_name -Deletes the entire section [section_name] from ini_filename. If the section could not be removed from the ini file, the error flag is set. +Deletes the entire section [section_name] from ini_filename. The error flag is \e{not} set if the section could not be removed from the ini file \S2{deleteinistr} DeleteINIStr \c ini_filename section_name str_name -Deletes the string str_name from section [section_name] from ini_filename. If the string could not be removed from the ini file, the error flag is set. +Deletes the string str_name from section [section_name] from ini_filename. The error flag is \e{not} set If the string could not be removed from the ini file. \S2{deleteregkey} DeleteRegKey