org-html.el (org-html-make-link): Minor fix to the docstring.

* org-html.el (org-html-make-link): Minor fix to the docstring.
This commit is contained in:
Bastien Guerry 2011-08-24 16:13:14 +02:00
parent 3a6956770e
commit 8b16fae479

View file

@ -808,11 +808,11 @@ description. See variables `org-export-html-inline-images' and
may-inline-p)
"Make an HTML link.
OPT-PLIST is an options list.
TYPE is the device-type of the link (THIS://foo.html)
PATH is the path of the link (http://THIS#locationx)
FRAGMENT is the fragment part of the link, if any (foo.html#THIS)
TYPE is the device-type of the link (THIS://foo.html).
PATH is the path of the link (http://THIS#location).
FRAGMENT is the fragment part of the link, if any (foo.html#THIS).
DESC is the link description, if any.
ATTR is a string of other attributes of the a element.
ATTR is a string of other attributes of the \"a\" element.
MAY-INLINE-P allows inlining it as an image."
(declare (special org-par-open))