Fix docstring

* lisp/org.el (org-add-link-type): Remove reference to non-existent
  `org-export-normalize-links' function.
This commit is contained in:
Nicolas Goaziou 2015-01-05 17:47:53 +01:00
parent 7e945107ce
commit 18f50c4a20
1 changed files with 2 additions and 3 deletions

View File

@ -9650,9 +9650,8 @@ EXPORT should format the link path for export to one of the export formats.
It should be a function accepting three arguments: It should be a function accepting three arguments:
path the path of the link, the text after the prefix (like \"http:\") path the path of the link, the text after the prefix (like \"http:\")
desc the description of the link, if any, or a description added by desc the description of the link, if any
org-export-normalize-links if there is none format the export format, a symbol like `html' or `latex' or `ascii'.
format the export format, a symbol like `html' or `latex' or `ascii'..
The function may use the FORMAT information to return different values The function may use the FORMAT information to return different values
depending on the format. The return value will be put literally into depending on the format. The return value will be put literally into