From 22520e8087aa6c27be2f4f06ddae04b7bbfa81c9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 7 Jan 2017 12:33:56 +0100 Subject: [PATCH] ox: Fix typos in docstring * lisp/ox.el (org-export-insert-image-links): Fix typos in docstring. --- lisp/ox.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 7a094dbb5..21f632edf 100644 --- a/lisp/ox.el +++ b/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