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

ox-org: Fix typo in docstring

* lisp/ox-org.el (org-org-export-to-org):
(org-org-publish-to-org): Use "Org" instead of "org".
Nicolas Goaziou преди 6 години
родител
ревизия
70f77e7f12
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lisp/ox-org.el

+ 2 - 2
lisp/ox-org.el

@@ -274,7 +274,7 @@ non-nil."
 ;;;###autoload
 ;;;###autoload
 (defun org-org-export-to-org
 (defun org-org-export-to-org
   (&optional async subtreep visible-only body-only ext-plist)
   (&optional async subtreep visible-only body-only ext-plist)
-  "Export current buffer to an org file.
+  "Export current buffer to an Org file.
 
 
 If narrowing is active in the current buffer, only export its
 If narrowing is active in the current buffer, only export its
 narrowed part.
 narrowed part.
@@ -307,7 +307,7 @@ Return output file name."
 
 
 ;;;###autoload
 ;;;###autoload
 (defun org-org-publish-to-org (plist filename pub-dir)
 (defun org-org-publish-to-org (plist filename pub-dir)
-  "Publish an org file to org.
+  "Publish an Org file to Org.
 
 
 FILENAME is the filename of the Org file to be published.  PLIST
 FILENAME is the filename of the Org file to be published.  PLIST
 is the property list for the given project.  PUB-DIR is the
 is the property list for the given project.  PUB-DIR is the