Eric Schulte пре 15 година
родитељ
комит
97928ae08e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -10892,7 +10892,7 @@ The structure of code blocks is as follows:
 @example
 #+srcname: <name>
 #+begin_src <language> <switches> <header arguments>
-<body>
+  <body>
 #+end_src
 @end example