summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-01-01 16:31:26 +0100
committerBastien Guerry <bzg@altern.org>2013-01-01 16:31:26 +0100
commitf1067fb47ca7d3057c2cad058185c62bf696f294 (patch)
tree17d36e78c8d61b7ad022b1016dbc9ad66b55b0e8
parent98cd4687a23956e3dc6cd9416a7ae867dcf22695 (diff)
downloadorg-mode-f1067fb47ca7d3057c2cad058185c62bf696f294.tar.gz
org-list.el (org-cycle-include-plain-lists): Docstring enhancement
* org-list.el (org-cycle-include-plain-lists): Docstring enhancement. Thanks to James Harkins for raising this issue.
-rw-r--r--lisp/org-list.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index d80e171..78cb2a6 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -144,15 +144,15 @@ item. When the cursor is on an outline heading, plain lists are
treated as text. This is the most stable way of handling this,
which is why it is the default.
-When this is the symbol `integrate', then during cycling, plain
-list items will *temporarily* be interpreted as outline headlines
-with a level given by 1000+i where i is the indentation of the
-bullet. This setting can lead to strange effects when switching
-visibility to `children', because the first \"child\" in a
-subtree decides what children should be listed. If that first
-\"child\" is a plain list item with an implied large level
-number, all true children and grand children of the outline
-heading will be exposed in a children' view."
+When this is the symbol `integrate', then integrate plain list
+items when cycling, as if they were children of outline headings.
+
+This setting can lead to strange effects when switching visibility
+to `children', because the first \"child\" in a subtree decides
+what children should be listed. If that first \"child\" is a
+plain list item with an implied large level number, all true
+children and grand children of the outline heading will be
+exposed in a children' view."
:group 'org-plain-lists
:type '(choice
(const :tag "Never" nil)