summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-12-21 19:41:41 +0100
committerBastien Guerry <bzg@altern.org>2012-01-03 09:14:27 +0100
commit26d54bbc805c015dd5619a95f945ba2f151bae82 (patch)
treebfde4e58b0f152cebb6ad81235d0bbb428996909
parent3305602f746b7a9e1cd8932eda5f9d0a85e75094 (diff)
downloadorg-mode-26d54bbc805c015dd5619a95f945ba2f151bae82.tar.gz
org.texi (Plain lists): Fix misplaced explantion.
* org.texi (Plain lists): Fix misplaced explantion. Thanks to Takaaki ISHIKAWA for spotting this and for a patch to this effect.
-rw-r--r--doc/org.texi14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 5781f46..f2f28b8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1648,9 +1648,12 @@ Items can be folded just like headline levels. Normally this works only if
the cursor is on a plain list item. For more details, see the variable
@code{org-cycle-include-plain-lists}. If this variable is set to
@code{integrate}, plain list items will be treated like low-level
-headlines. The level of an item is then given by the
-indentation of the bullet/number. Items are always subordinate to real
-headlines, however; the hierarchies remain completely separated.
+headlines. The level of an item is then given by the indentation of the
+bullet/number. Items are always subordinate to real headlines, however; the
+hierarchies remain completely separated. In a new item with no text yet, the
+first @key{TAB} demotes the item to become a child of the previous
+one. Subsequent @key{TAB}s move the item to meaningful levels in the list
+and eventually get it back to its initial position.
@orgcmd{M-@key{RET},org-insert-heading}
@vindex org-M-RET-may-split-line
@vindex org-list-automatic-rules
@@ -1664,11 +1667,6 @@ one.
@kindex M-S-@key{RET}
@item M-S-@key{RET}
Insert a new item with a checkbox (@pxref{Checkboxes}).
-@orgcmd{@key{TAB},org-cycle}
-In a new item with no text yet, the first @key{TAB} demotes the item to
-become a child of the previous one. Subsequent @key{TAB}s move the item to
-meaningful levels in the list and eventually get it back to its initial
-position.
@kindex S-@key{down}
@item S-@key{up}
@itemx S-@key{down}