Parcourir la source

org.el (org-use-sub-superscripts): Fix typo in docstring.

* org.el (org-use-sub-superscripts): Fix typo in docstring.
Bastien Guerry il y a 13 ans
Parent
commit
ce80dee476
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org.el

+ 1 - 1
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"