diff options
Diffstat (limited to 'src/modules/config/libkviconfig.cpp')
| -rw-r--r-- | src/modules/config/libkviconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/config/libkviconfig.cpp b/src/modules/config/libkviconfig.cpp index 6df03d33e..e5383e72d 100644 --- a/src/modules/config/libkviconfig.cpp +++ b/src/modules/config/libkviconfig.cpp @@ -656,8 +656,8 @@ static bool config_kvs_cmd_clear(KviKvsModuleCommandCall * c) All the key=value pairs in the section are destroyed.[br] <id> must be a a valid config file identifier returned by [fnc]$config.open[/fnc].[br] If the <id> does not match any open config file, a warning is printed. - If <section_name> was also the current section, the current section is set to the default one.[br] - No warning is printed if the section wasn't existing.[br] + If <section_name> is also the current section, the default section is made current.[br] + No warning is printed if the section does not exist.[br] @seealso: [module:config]Config module documentation[/module] */ |
