summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-12-04 15:56:38 +0100
committerBastien Guerry <bzg@altern.org>2012-12-04 15:56:38 +0100
commit6c82226406ff65bafc1e0bc1fea8df0669f17898 (patch)
treea113c5d7fb292bdba82ebfaa4480eb4e410754cf
parentdcdec74b00e401c5884fed2ea5ebb7f39134fbc5 (diff)
downloadorg-mode-6c82226406ff65bafc1e0bc1fea8df0669f17898.tar.gz
org.el (org-latex-preview-ltxpng-directory): Fix docstring formatting.
* org.el (org-latex-preview-ltxpng-directory): Fix docstring formatting.
-rw-r--r--lisp/org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2ae3b90..e3050b9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3519,9 +3519,10 @@ imagemagick Convert the LaTeX fragments to pdf files and use imagemagick
(const :tag "imagemagick" imagemagick)))
(defcustom org-latex-preview-ltxpng-directory "ltxpng/"
- "Path to store latex preview images. A relative path here creates many
- directories relative to the processed org files paths. An absolute path
- puts all preview images at the same place."
+ "Path to store latex preview images.
+A relative path here creates many directories relative to the
+processed org files paths. An absolute path puts all preview
+images at the same place."
:group 'org-latex
:version "24.3"
:type 'string)