소스 검색

Fix small typo in org.texi.

Bastien Guerry 13 년 전
부모
커밋
4144c55ec7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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