summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti <punchagan@gmail.com>2011-03-18 16:44:44 +0000
committerBastien Guerry <bzg@altern.org>2011-03-22 10:48:24 +0100
commit078c01bf3b1742b1015fac9f5bab3a429505f3c6 (patch)
treedb5c7755635f3763d4d3a5a401a9701b650c4127
parentf9923ecc4a93bcfa9c34db4078228ed3b1caf25a (diff)
downloadorg-mode-078c01bf3b1742b1015fac9f5bab3a429505f3c6.tar.gz
Tiny docstring fix in org-footnote.el
Hi, A tiny docstring fix in org-footnote.el
-rw-r--r--lisp/org-footnote.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 9dbd6be..90147d2 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -160,7 +160,7 @@ If yes, return the beginning position, the label, and the definition, if local."
(defun org-footnote-at-definition-p ()
"Is the cursor at a footnote definition.
This matches only pure definitions like [1] or [fn:name] at the beginning
-of a line. It does not a references like [fn:name:definition], where the
+of a line. It does not match references like [fn:name:definition], where the
footnote text is included and defined locally.
The return value will be nil if not at a footnote definition, and a list
with start and label of the footnote if there is a definition at point."