소스 검색

babel-doc: tiny doc tweak

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