summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-09-18 23:16:33 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-09-18 23:16:33 +0200
commit8f39d832df4f77ecb8bcd30fa21bfdb502572a61 (patch)
tree7c262381da811a7d28f2273331b49ed44e78bdf3
parent7cb0decdc784a90f0d3b0881750fd92d19e4adcb (diff)
downloadorg-mode-8f39d832df4f77ecb8bcd30fa21bfdb502572a61.tar.gz
org.texi: Document smart quotes behavior
* doc/org.texi (Export settings): Explain smart quotes behavior.
-rw-r--r--doc/org.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index c9b4064..56779e8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10485,7 +10485,10 @@ recognizes the following arguments:
@table @code
@item ':
@vindex org-export-with-smart-quotes
-Toggle smart quotes (@code{org-export-with-smart-quotes}).
+Toggle smart quotes (@code{org-export-with-smart-quotes}). When activated,
+pairs of double quotes become primary quotes according to the language used.
+Inside, pairs of single quotes become secondary quotes. Other single quotes
+are treated as apostrophes.
@item *:
Toggle emphasized text (@code{org-export-with-emphasize}).