ox: Fix typo

* lisp/ox.el (org-export-get-reference): Fix typo.
This commit is contained in:
Nicolas Goaziou 2016-06-16 22:33:21 +02:00
parent ed8dea83a9
commit 9d448128b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)))