Hi,

A tiny docstring fix in org-footnote.el

-- 
Puneeth
From 1c3631d8fb991dd744f4472eb01cf1cf9488532d Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti <puncha...@gmail.com>
Date: Fri, 18 Mar 2011 16:49:20 +0530
Subject: [PATCH 1/2] org-footnote.el: Tiny docstring typo.

---
 lisp/org-footnote.el |    2 +-
 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."
-- 
1.7.4.1

Reply via email to