From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] use a full sentence Date: Wed, 8 Dec 2010 21:05:31 +0000 Message-ID: <1291842341-15199-9-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-6-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRDz-0006Gg-NJ for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDu-0002bZ-Cg for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:55 -0500 Received: from server.network-theory.com ([109.74.193.71]:40521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDu-0002ay-5H for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:50 -0500 In-Reply-To: <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> 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 Cc: Barry Gidden , Brian Gough --- doc/org.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index faa552e..1a2b3dd 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2338,7 +2338,7 @@ $3 = remote(FOO, @@@@#$2) @r{copy column 2 from table FOO into} @end example @noindent For the second example, table FOO must have at least as many rows -as the current table. Inefficient@footnote{The computation time scales as +as the current table. Note that this is inefficient@footnote{The computation time scales as O(N^2) because table FOO is parsed for each field to be copied.} for large number of rows. -- 1.6.0.6