Bläddra i källkod

Fix typo on manual pointed out by Francois Pinard

Thomas Dye 13 år sedan
förälder
incheckning
d4c146be58
1 ändrade filer med 1 tillägg och 1 borttagningar
  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