summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-08-18 10:00:58 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-08-18 10:00:58 +0200
commit445a90ceeb30b0edf57dc79564cd3fa5fb4e0087 (patch)
tree85ff142ca122925479992efc423e47dc859e8bd0
parent50a434bb9faa23396c2619031bd07a2fa2d30d0b (diff)
downloadorg-mode-445a90ceeb30b0edf57dc79564cd3fa5fb4e0087.tar.gz
Update documentation with regards to lists
* doc/org.texi (Plain lists): Remove reference to now hard-coded `bullet' automatic rule.
-rw-r--r--doc/org.texi15
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 3fdb4ac..1d30a06 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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