summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-01-19 17:06:01 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2012-01-19 17:14:22 +0100
commit6c9c6eff05ce89ca3b9955580904ad1bd8ec2119 (patch)
tree2b8d436ae96846b072860c77b2c210c379819e80
parentc12246931f7cdf8fab8fe172590b20fcacf23912 (diff)
downloadorg-mode-6c9c6eff05ce89ca3b9955580904ad1bd8ec2119.tar.gz
org-export: Fix docstrings
-rw-r--r--contrib/lisp/org-export.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el
index d94ad8b..f319fd5 100644
--- a/contrib/lisp/org-export.el
+++ b/contrib/lisp/org-export.el
@@ -1756,6 +1756,10 @@ developer-specified filters, if any, are called first."
;; its derivatives, `org-export-to-buffer' and `org-export-to-file'.
;; They differ only by the way they output the resulting code.
+;; `org-export-output-file-name' is an auxiliary function meant to be
+;; used with `org-export-to-file'. With a given extension, it tries
+;; to provide a canonical file name to write export output to.
+
;; Note that `org-export-as' doesn't really parse the current buffer,
;; but a copy of it (with the same buffer-local variables and
;; visibility), where Babel blocks are executed, if appropriate.
@@ -2259,7 +2263,7 @@ list is provided \(cf `org-image-file-name-regexp'\)."
extensions)))
(defun org-export-resolve-fuzzy-link (link info)
- "Return an unique identifier for LINK destination.
+ "Return LINK destination.
INFO is a plist holding contextual information.