Selaa lähdekoodia

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

* org.el (org-use-sub-superscripts): Fix typo in docstring.
Bastien Guerry 13 vuotta sitten
vanhempi
commit
ce80dee476
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"