浏览代码

ox: Fix typos in docstring

* lisp/ox.el (org-export-insert-image-links): Fix typos in docstring.
Nicolas Goaziou 8 年之前
父节点
当前提交
22520e8087
共有 1 个文件被更改,包括 4 次插入4 次删除
  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)
   "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