From 0dfd427b6be6cec9777685ee3645b9c31d1df785 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sun, 12 Feb 2012 10:18:10 -0800
Subject: [PATCH] README - fixed documentation on Smart Punctuation.

Closes #415.
---
 README | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index e099c1c37..5e95dafa5 100644
--- a/README
+++ b/README
@@ -1534,10 +1534,12 @@ Backslash escapes do not work in verbatim contexts.
 Smart punctuation
 -----------------
 
+*Pandoc extension*.
+
 If the `--smart` option is specified, pandoc will produce typographically
-correct output, converting straight quotes to curly quotes, `---` and `--`
-to Em-dashes, and `...` to ellipses. Nonbreaking spaces are inserted after
-certain abbreviations, such as "Mr."
+correct output, converting straight quotes to curly quotes, `---` to
+em-dashes, `--` to en-dashes, and `...` to ellipses. Nonbreaking spaces
+are inserted after certain abbreviations, such as "Mr."
 
 Note:  if your LaTeX template uses the `csquotes` package, pandoc will
 detect automatically this and use `\enquote{...}` for quoted text.