From 9d448128b7ffe538d00686e5e0153716836a1ef7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 16 Jun 2016 22:33:21 +0200 Subject: [PATCH] ox: Fix typo * lisp/ox.el (org-export-get-reference): Fix typo. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 499badc9c..d85c6ef26 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -4348,7 +4348,7 @@ REFERENCE is a number representing a reference, as returned by DATUM is either an element or an object. INFO is the current export state, as a plist. -This functions checks `:crossrefs' property in INFO for search +This function checks `:crossrefs' property in INFO for search cells matching DATUM before creating a new reference. Returned reference consists of alphanumeric characters only." (let ((cache (plist-get info :internal-references)))