summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-07-13 01:14:32 +0200
committerBastien Guerry <bzg@altern.org>2012-07-13 01:14:32 +0200
commitce80dee4766e0201f7e715e5d09d1810ddd8d29a (patch)
treec9a176eb6a00a83507918f0a0942978a7375903a
parent90a20261f1fb0711d1410ff62077949401c4c956 (diff)
downloadorg-mode-ce80dee4766e0201f7e715e5d09d1810ddd8d29a.tar.gz
org.el (org-use-sub-superscripts): Fix typo in docstring.
* org.el (org-use-sub-superscripts): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 65c6875..2dfb45e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -503,7 +503,7 @@ frequently in plain text.
Not all export backends support this, but HTML does.
-This option can also be set with the +OPTIONS line, e.g. \"^:nil\"."
+This option can also be set with the #+OPTIONS line, e.g. \"^:nil\"."
:group 'org-startup
:group 'org-export-translation
:version "24.1"