> Date: Sun, 24 Oct 2010 08:57:35 +0530 > Subject: Re: [Orgmode] Minor docstring bug: > org-footnote-goto-previous-reference > From: Noorul Islam <[email protected]> > To: [email protected] > X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) > Cc: Org Mode <[email protected]> > Sender: [email protected] > > On Sun, Oct 24, 2010 at 5:00 AM, Robert Goldman <[email protected]> wrote: > > 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? > > > > Patch is attached. I modified it a bit.
Noorul, Actually, your modification makes it grammatically incorrect. The word "immediately" is to modify the adjective "previous", and in English, an adjective needs to be modified by an adverb. So, "immediately previous" would be correct, but "immediate previous" is not. Trying to be helpful, not merely nit-picking, Terry > Fix doc string > > * lisp/org-footnote.el (org-footnote-goto-previous-reference): Fix doc string > > Proposed by Robert Goldman <[email protected]> > > Thanks and Regards > Noorul > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > [email protected] > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
