Преглед на файлове

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

* org.el (org-use-sub-superscripts): Fix typo in docstring.
Bastien Guerry преди 13 години
родител
ревизия
ce80dee476
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"