diff --git a/Documentation/GuiUser/DefaultsSummary.gsdoc b/Documentation/GuiUser/DefaultsSummary.gsdoc
index dc12b335d..e375cc78a 100644
--- a/Documentation/GuiUser/DefaultsSummary.gsdoc
+++ b/Documentation/GuiUser/DefaultsSummary.gsdoc
@@ -215,7 +215,11 @@
An interface style specific to menu operation. If not set
- the NSInterfaceStyleDefault value is used.
+ the NSInterfaceStyleDefault value is used.
+ Setting this to NSMacintoshInterfaceStyle produces a horizontal
+ menu at the top of the screen.
+ Setting it to NSNextStepInterfaceStyle reverts to the defaults
+ vertical menu layout.
+ Individual system colors may be set by specifying the name of
+ the system color and giving it a value consisting of aan RGB
+ color specification (three floating point numbers in the range
+ 0.0 to 1.0 and separated by spaces).
+ eg.
+ 'defaults write NSGlobalDomain controlBackgroundColor "1.0 0.0 0.0"'
+