Merge "Document that on reload of a plugin a new plugin configuration gets active"
diff --git a/Documentation/cmd-plugin-reload.txt b/Documentation/cmd-plugin-reload.txt
index 8c22afd..3932e30 100644
--- a/Documentation/cmd-plugin-reload.txt
+++ b/Documentation/cmd-plugin-reload.txt
@@ -13,8 +13,13 @@
DESCRIPTION
-----------
-Reload/Restart plugins. Whether a plugin is reloaded or restarted
-is defined by the plugin's link:dev-plugins.html#reload_method[reload method].
+Reload/Restart plugins.
+
+Whether a plugin is reloaded or restarted is defined by the plugin's
+link:dev-plugins.html#reload_method[reload method].
+
+E.g. a plugin needs to be reloaded if its configuration is modified to
+make the new configuration data become active.
ACCESS
------