Browse Source

babel-doc: tiny doc tweak

Eric Schulte 15 years ago
parent
commit
97928ae08e
1 changed files with 1 additions and 1 deletions
  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