Przeglądaj źródła

org.texi: minor rephrasing.

Patch http://patchwork.newartisans.com/patch/459/ by Brian Gough was
marked as "accepted" on patchwork but did not appear in org.texi.  I
fixed this manually.
Bastien Guerry 14 lat temu
rodzic
commit
4688a2a962
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -2350,7 +2350,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.