Update documentation with regards to lists

* doc/org.texi (Plain lists): Remove reference to now hard-coded
  `bullet' automatic rule.
This commit is contained in:
Nicolas Goaziou 2012-08-18 10:00:58 +02:00
parent 50a434bb9f
commit 445a90ceeb
1 changed files with 6 additions and 9 deletions

View File

@ -1775,19 +1775,16 @@ state of the checkbox. In any case, verify bullets and indentation
consistency in the whole list.
@kindex C-c -
@vindex org-plain-list-ordered-item-terminator
@vindex org-list-automatic-rules
@item C-c -
Cycle the entire list level through the different itemize/enumerate bullets
(@samp{-}, @samp{+}, @samp{*}, @samp{1.}, @samp{1)}) or a subset of them,
depending on @code{org-plain-list-ordered-item-terminator}, the type of list,
and its position@footnote{See @code{bullet} rule in
@code{org-list-automatic-rules} for more information.}. With a numeric
prefix argument N, select the Nth bullet from this list. If there is an
active region when calling this, selected text will be changed into an item.
With a prefix argument, all lines will be converted to list items. If the
first line already was a list item, any item marker will be removed from the
list. Finally, even without an active region, a normal line will be
converted into a list item.
and its indentation. With a numeric prefix argument N, select the Nth bullet
from this list. If there is an active region when calling this, selected
text will be changed into an item. With a prefix argument, all lines will be
converted to list items. If the first line already was a list item, any item
marker will be removed from the list. Finally, even without an active
region, a normal line will be converted into a list item.
@kindex C-c *
@item C-c *
Turn a plain list item into a headline (so that it becomes a subheading at