Browse Source

Revert "Fix small typo in org.texi."

This reverts commit 4144c55ec78a4fdf246c64a4130f807eec50a913.
Bastien Guerry 13 years ago
parent
commit
9eabcb899b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -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