Просмотр исходного кода

Fix typo on manual pointed out by Francois Pinard

Thomas Dye 13 лет назад
Родитель
Сommit
d4c146be58
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -9035,7 +9035,7 @@ the object with @code{\ref@{tab:basic-data@}}:
 
 @example
 #+CAPTION: This is the caption for the next table (or link)
-#+LABEL:   tbl:basic-data
+#+LABEL:   tab:basic-data
    | ... | ...|
    |-----|----|
 @end example