|
@@ -1614,10 +1614,9 @@ This may also be a cons cell where the behavior for `C-a' and
|
|
|
When nil, `C-k' will call the default `kill-line' command.
|
|
|
When t, the following will happen while the cursor is in the headline:
|
|
|
|
|
|
-- When the cursor is at the beginning of a headline, kill the entire
|
|
|
- line and possibly the folded subtree below the line.
|
|
|
-- When in the middle of the headline text, kill the headline up to the tags.
|
|
|
-- When after the headline text, kill the tags."
|
|
|
+- When at the beginning of a headline, kill the entire subtree.
|
|
|
+- When in the middle of the headline text, kill the text up to the tags.
|
|
|
+- When after the headline text and before the tags, kill all the tags."
|
|
|
:group 'org-edit-structure
|
|
|
:type 'boolean)
|
|
|
|