Browse Source

org.texi: Fix typo introduced in cf5e96

TINYCHANGE
Vladimir Lomov 12 years ago
parent
commit
29a75d0473
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/org.texi

+ 2 - 2
doc/org.texi

@@ -14188,11 +14188,11 @@ argument.
 
 #+header: :file /tmp/it.png
 #+begin_src dot :post attr_wrap(width="5cm", data=*this*) :results drawer
-  digraph{
+  digraph@{
           a -> b;
           b -> c;
           c -> a;
-  }
+  @}
 #+end_src
 
 #+RESULTS: