Просмотр исходного кода

org-manual: Remove reference to "verbatim" blocks

* doc/org-manual.org (Working with Source Code): Remove reference to
  "verbatim" blocks.
Nicolas Goaziou 8 лет назад
Родитель
Сommit
e943404735
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      doc/org-manual.org

+ 3 - 2
doc/org-manual.org

@@ -16047,8 +16047,9 @@ Header Arguments]]) for compiling, execution, extraction, and
 exporting.
 exporting.
 
 
 Source code blocks are one of many Org block types, which also include
 Source code blocks are one of many Org block types, which also include
-=quote=, =export=, =verse=, =latex=, =example=, and =verbatim=.  This
-section pertains to blocks between =#+BEGIN_SRC= and =#+END_SRC=.
+"center", "comment", "dynamic", "example", "export", "quote",
+"special", and "verse".  This section pertains to blocks between
+=#+BEGIN_SRC= and =#+END_SRC=.
 
 
 For editing and formatting a source code block, Org uses an
 For editing and formatting a source code block, Org uses an
 appropriate Emacs major mode that includes features specifically
 appropriate Emacs major mode that includes features specifically