From 25e4e5b6f0d64d733d18ef8ed2e7cbc6e5ce9193 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 19 Jan 2014 16:44:21 +0100 Subject: [PATCH] org.el (org-format-latex-options): Fix docstring * org.el (org-format-latex-options): Fix docstring. Thanks to Mirko Vukovic for reporting this. --- lisp/org.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 32f76bad5..c6b0b5c16 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) -- 2.11.4.GIT