summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-19 16:44:21 +0100
committerBastien Guerry <bzg@altern.org>2014-01-19 16:44:21 +0100
commit25e4e5b6f0d64d733d18ef8ed2e7cbc6e5ce9193 (patch)
tree0961fc8c6b686bbcbc00bd0adfc60f124271f7ab
parentf4715f1652bb0ce804d8faa8c1f793ce76293faa (diff)
downloadorg-mode-25e4e5b6f0d64d733d18ef8ed2e7cbc6e5ce9193.tar.gz
org.el (org-format-latex-options): Fix docstring
* org.el (org-format-latex-options): Fix docstring. Thanks to Mirko Vukovic for reporting this.
-rw-r--r--lisp/org.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 32f76ba..c6b0b5c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3708,12 +3708,12 @@ This is a property list with the following properties:
the same numbers for HTML export.
:matchers a list indicating which matchers should be used to
find LaTeX fragments. Valid members of this list are:
- \"begin\" find environments
- \"$1\" find single characters surrounded by $.$
- \"$\" find math expressions surrounded by $...$
- \"$$\" find math expressions surrounded by $$....$$
- \"\\(\" find math expressions surrounded by \\(...\\)
- \"\\ [\" find math expressions surrounded by \\ [...\\]"
+ \"begin\" find environments
+ \"$1\" find single characters surrounded by $.$
+ \"$\" find math expressions surrounded by $...$
+ \"$$\" find math expressions surrounded by $$....$$
+ \"\\(\" find math expressions surrounded by \\(...\\)
+ \"\\=\\[\" find math expressions surrounded by \\=\\[...\\]"
:group 'org-latex
:type 'plist)