# HG changeset patch
# User Yuki KODAMA <endflow.net@gmail.com>
# Date 1250776850 -32400
# Node ID 8f641b87f3966de356ae3b6a38e48596a7e3095c
# Parent  2f94a4b0f9757dee019db0d6e66e3414774f7cb8
doc: add missing descriptions of thgconfig

diff --git a/doc/source/settings.txt b/doc/source/settings.txt
--- a/doc/source/settings.txt
+++ b/doc/source/settings.txt
@@ -115,7 +115,15 @@
 	Show the diff panel below the file list in status, shelve, and
 	commit dialogs.
 	Default: False (show diffs to right of file list).
-	
+
+:guilabel:`Capture Stderr:`
+	Redirect stderr to a buffer which is parsed at the end of the process
+	for runtime errors. Default: True.
+
+:guilabel:`Fork hgtk:`
+	When running hgtk from the command line, fork a background process
+	to run graphical dialogs. Default: True.
+
 .. module:: commit.settings
 	:synopsis: Dialog used to set commit specific preferences
 
