hgrc.5: order of email charsets is not a top level literal block
authorChristian Ebert <blacktrash@gmx.net>
Sat, 07 Nov 2009 13:54:47 +0100
changeset 9743 bae76e97f91a
parent 9742 0c84afa1d622
child 9744 e8990ce2f2d4
hgrc.5: order of email charsets is not a top level literal block - it belongs under email charsets, not email in general - enumerate order
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Sat Nov 07 13:25:25 2009 +0100
+++ b/doc/hgrc.5.txt	Sat Nov 07 13:54:47 2009 +0100
@@ -323,13 +323,13 @@
     conversion fails, the text in question is sent as is. Defaults to
     empty (explicit) list.
 
-Order of outgoing email character sets::
+    Order of outgoing email character sets::
 
-  us-ascii             always first, regardless of settings
-  email.charsets       in order given by user
-  ui.fallbackencoding  if not in email.charsets
-  $HGENCODING          if not in email.charsets
-  utf-8                always last, regardless of settings
+      1. us-ascii             always first, regardless of settings
+      2. email.charsets       in order given by user
+      3. ui.fallbackencoding  if not in email.charsets
+      4. $HGENCODING          if not in email.charsets
+      5. utf-8                always last, regardless of settings
 
 Email example::