Revert "Fix small typo in org.texi."

This reverts commit 4144c55ec7.
This commit is contained in:
Bastien Guerry 2012-06-01 09:37:06 +02:00
parent 4144c55ec7
commit 9eabcb899b

View file

@ -2447,7 +2447,7 @@ and @code{org-table-current-column}. Examples:
@example @example
if(@@# % 2, $#, string("")) @r{column number on odd lines only} 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} @r{column 3 of the current table}
@end example @end example