From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] Tiny docstring fix in org-footnote.el Date: Tue, 22 Mar 2011 10:48:31 +0100 (CET) Message-ID: <20110322094831.523DF64AF@myhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1yCt-0003RA-1v for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1yCr-0000Mf-Ox for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:48:54 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:60139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1yCr-0000Ma-FJ for emacs-orgmode@gnu.org; Tue, 22 Mar 2011 05:48:53 -0400 Received: by bwz17 with SMTP id 17so6498217bwz.0 for ; Tue, 22 Mar 2011 02:48:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 699 (http://patchwork.newartisans.com/patch/699/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3CAANLkTimwvM19SrZhMiebE390MZP6%3Dym497oVFz5a4RJ6%40mail.gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [O] Tiny docstring fix in org-footnote.el > Date: Fri, 18 Mar 2011 16:44:44 -0000 > From: Puneeth Chaganti > X-Patchwork-Id: 699 > Message-Id: > To: emacs-orgmode > > Hi, > > A tiny docstring fix in org-footnote.el > > > 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." >