summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dye <tsd@tsdye.com>2011-02-12 13:14:55 -1000
committerBastien Guerry <bzg@altern.org>2011-02-13 00:31:52 +0100
commit03ddcc63bb4a4b7651cc6ba992db05110af42f67 (patch)
tree2b00288c1bee99dc6e449e46ece8a81b02e9c397
parent4d880b150f49a022988d4d9e46bc18167412f8cf (diff)
downloadorg-mode-03ddcc63bb4a4b7651cc6ba992db05110af42f67.tar.gz
* lisp/org.el: Update documentation of `org-add-link-type'.
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e56ce4f..8168a28 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8268,7 +8268,8 @@ EXPORT should format the link path for export to one of the export formats.
It should be a function accepting three arguments:
path the path of the link, the text after the prefix (like \"http:\")
- desc the description of the link, if any, nil if there was no description
+ desc the description of the link, if any, or a description added by
+ org-export-normalize-links if there is none
format the export format, a symbol like `html' or `latex' or `ascii'..
The function may use the FORMAT information to return different values