diff --git a/reference/dom/domdocument.xml b/reference/dom/domdocument.xml
index 1f88ecee63..ca359f1f9b 100644
--- a/reference/dom/domdocument.xml
+++ b/reference/dom/domdocument.xml
@@ -221,7 +221,11 @@
formatOutput
- Nicely formats output with indentation and extra space.
+
+ Nicely formats output with indentation and extra space.
+ This has no effect if the document was loaded with
+ preserveWhitespace enabled.
+
@@ -236,7 +240,11 @@
preserveWhiteSpace
- Do not remove redundant white space. Default to &true;.
+
+ Do not remove redundant white space. Default to &true;.
+ Setting this to &false; has the same effect as passing LIBXML_NOBLANKS
+ as option to DOMDocument::load etc.
+