summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-07-14 09:49:50 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-07-14 09:49:50 +0200
commit9495979cdd98001ba2ea34065fbb6ffd0b8ed484 (patch)
tree3aef4af69e7e7079e53feb2d0c513efe2cb5155c
parent31e92984bc2ea592dbe49b5f3fa76db1b9316729 (diff)
downloadorg-mode-9495979cdd98001ba2ea34065fbb6ffd0b8ed484.tar.gz
org-footnote: fix doc-string typo
-rw-r--r--lisp/org-footnote.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 42e49cc..43372d1 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -177,8 +177,8 @@ extracted will be filled again."
(defun org-footnote-at-reference-p ()
"Is the cursor at a footnote reference?
-If so, return an list containing its label, beginning and ending
-positions, and the definition, if local."
+If so, return a list containing its label, beginning and ending
+positions, and the definition, when inlined."
(when (and (org-footnote-in-valid-context-p)
(or (looking-at org-footnote-re)
(org-in-regexp org-footnote-re)