From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Minor docstring bug: org-footnote-goto-previous-reference Date: Sat, 23 Oct 2010 18:30:13 -0500 Message-ID: <4CC37005.30406@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9nXW-00073X-7Q for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 19:30:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9nXU-0000FN-23 for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 19:30:18 -0400 Received: from mpls.sift.info ([75.146.46.193]:45543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9nXT-0000Ed-Um for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 19:30:16 -0400 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: Org Mode The docstring for the command "org-footnote-goto-previous-reference" is Find the next previous of the footnote with label LABEL. ...which I can't actually parse. "Find the (immediately) previous reference to the footnote with label LABEL." Is that better? Cheers, r