Fix small typo in org.texi.

This commit is contained in:
Bastien Guerry 2012-05-31 12:14:44 +02:00
parent 72bb8dc691
commit 4144c55ec7
1 changed files with 1 additions and 1 deletions

View File

@ -2447,7 +2447,7 @@ and @code{org-table-current-column}. Examples:
@example
if(@@# % 2, $#, string("")) @r{column number on odd lines only}
$3 = remote(FOO, @@@@#$2) @r{copy column 2 from table FOO into}
$3 = remote(FOO, @@@#$2) @r{copy column 2 from table FOO into}
@r{column 3 of the current table}
@end example