ox: Fix typos in docstring

* lisp/ox.el (org-export-insert-image-links): Fix typos in docstring.
This commit is contained in:
Nicolas Goaziou 2017-01-07 12:33:56 +01:00
parent 0d3683f2cd
commit 22520e8087
1 changed files with 4 additions and 4 deletions

View File

@ -4194,10 +4194,10 @@ This only applies to links without a description."
(defun org-export-insert-image-links (data info &optional rules)
"Insert image links in DATA.
Org syntax do not support nested links. Nevertheless, some
export back-ends support image as descriptions of links. Since
images are really link to image files, we need to make an
exception about link nesting.
Org syntax does not support nested links. Nevertheless, some
export back-ends support images as descriptions of links. Since
images are really links to image files, we need to make an
exception about links nesting.
This function recognizes links whose contents are really images
and turn them into proper nested links. It is meant to be used