From 70f77e7f1210b58a6b45a9c3d79c594ed608b66e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 21 Sep 2018 14:19:04 +0200 Subject: [PATCH] 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". --- lisp/ox-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-org.el b/lisp/ox-org.el index f411f146b..fb4d41a6a 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