Просмотр исходного кода

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

* org-html.el (org-html-make-link): Minor fix to the docstring.
Bastien Guerry 13 лет назад
Родитель
Сommit
8b16fae479
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      lisp/org-html.el

+ 4 - 4
lisp/org-html.el

@@ -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))