From 078c01bf3b1742b1015fac9f5bab3a429505f3c6 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Fri, 18 Mar 2011 16:44:44 +0000 Subject: [PATCH] Tiny docstring fix in org-footnote.el Hi, A tiny docstring fix in org-footnote.el --- lisp/org-footnote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 9dbd6beb9..90147d285 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."