Browse Source

ox: Fix typos in docstring

* lisp/ox.el (org-export-insert-image-links): Fix typos in docstring.
Nicolas Goaziou 8 years ago
parent
commit
22520e8087
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lisp/ox.el

+ 4 - 4
lisp/ox.el

@@ -4194,10 +4194,10 @@ This only applies to links without a description."
 (defun org-export-insert-image-links (data info &optional rules)
 (defun org-export-insert-image-links (data info &optional rules)
   "Insert image links in DATA.
   "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
 This function recognizes links whose contents are really images
 and turn them into proper nested links.  It is meant to be used
 and turn them into proper nested links.  It is meant to be used