Browse Source

org-manual: Remove reference to "verbatim" blocks

* doc/org-manual.org (Working with Source Code): Remove reference to
  "verbatim" blocks.
Nicolas Goaziou 7 years ago
parent
commit
e943404735
1 changed files with 3 additions and 2 deletions
  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