diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml
index 8431c3ce74..875f83a112 100644
--- a/reference/errorfunc/ini.xml
+++ b/reference/errorfunc/ini.xml
@@ -356,13 +356,16 @@
- Turn off HTML tags in error messages. The new format for HTML errors
- produces clickable messages that direct the user to a page describing
- the error or function in causing the error. These references are
- affected by
+ If enabled, error messages will include HTML tags. The format for HTML
+ errors produces clickable messages that direct the user to a page
+ describing the error or function in causing the error. These references
+ are affected by
docref_root and
docref_ext.
+
+ If disabled, error message will be solely plain text.
+
@@ -373,7 +376,8 @@
- Turns off normal error reporting and formats errors as XML-RPC error message.
+ If enabled, turns off normal error reporting and formats errors as
+ XML-RPC error message.