org.texi: Fix previous commit

* doc/org.texi (Plain lists): Remove reference to filladapt, which is
  not needed to fill plain lists.
This commit is contained in:
Nicolas Goaziou 2016-06-15 11:44:15 +02:00
parent 1e6a0d2268
commit 1ee633ecf1
1 changed files with 1 additions and 2 deletions

View File

@ -1683,8 +1683,7 @@ In that case, all items are closed. Here is an example:
@end example @end example
Org supports these lists by tuning filling and wrapping commands to deal with Org supports these lists by tuning filling and wrapping commands to deal with
them correctly. To turn this on, put into @file{.emacs}: @code{(require them correctly, and by exporting them properly (@pxref{Exporting}). Since
'filladapt)}}, and by exporting them properly (@pxref{Exporting}). Since
indentation is what governs the structure of these lists, many structural indentation is what governs the structure of these lists, many structural
constructs like @code{#+BEGIN_...} blocks can be indented to signal that they constructs like @code{#+BEGIN_...} blocks can be indented to signal that they
belong to a particular item. belong to a particular item.