summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-21 14:19:04 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-21 14:19:04 +0200
commit70f77e7f1210b58a6b45a9c3d79c594ed608b66e (patch)
tree7b0ae11ecc9458d03787e72d0af962675de1acd3
parent13626a47ad39229b0c955f660975614658fff0d4 (diff)
downloadorg-mode-70f77e7f1210b58a6b45a9c3d79c594ed608b66e.tar.gz
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".
-rw-r--r--lisp/ox-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-org.el b/lisp/ox-org.el
index f411f14..fb4d41a 100644
--- a/lisp/ox-org.el
+++ b/lisp/ox-org.el
@@ -274,7 +274,7 @@ non-nil."
;;;###autoload
(defun org-org-export-to-org
(&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
narrowed part.
@@ -307,7 +307,7 @@ Return output file name."
;;;###autoload
(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
is the property list for the given project. PUB-DIR is the