org.el (org-format-latex-options): Fix docstring

* org.el (org-format-latex-options): Fix docstring.

Thanks to Mirko Vukovic for reporting this.
This commit is contained in:
Bastien Guerry 2014-01-19 16:44:21 +01:00
parent f4715f1652
commit 25e4e5b6f0
1 changed files with 6 additions and 6 deletions

View File

@ -3708,12 +3708,12 @@ This is a property list with the following properties:
the same numbers for HTML export. the same numbers for HTML export.
:matchers a list indicating which matchers should be used to :matchers a list indicating which matchers should be used to
find LaTeX fragments. Valid members of this list are: find LaTeX fragments. Valid members of this list are:
\"begin\" find environments \"begin\" find environments
\"$1\" find single characters surrounded by $.$ \"$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 $$....$$
\"\\(\" find math expressions surrounded by \\(...\\) \"\\(\" find math expressions surrounded by \\(...\\)
\"\\ [\" find math expressions surrounded by \\ [...\\]" \"\\=\\[\" find math expressions surrounded by \\=\\[...\\]"
:group 'org-latex :group 'org-latex
:type 'plist) :type 'plist)