summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-16 22:33:21 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-16 22:33:21 +0200
commit9d448128b7ffe538d00686e5e0153716836a1ef7 (patch)
tree0f76941adcc4df7592860902fd7892fb846636f4
parented8dea83a9c275df67e65b2b067c114c089d8216 (diff)
downloadorg-mode-9d448128b7ffe538d00686e5e0153716836a1ef7.tar.gz
ox: Fix typo
* lisp/ox.el (org-export-get-reference): Fix typo.
-rw-r--r--lisp/ox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index 499badc..d85c6ef 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)))