Procházet zdrojové kódy

babel-doc: tiny doc tweak

Eric Schulte před 15 roky
rodič
revize
97928ae08e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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