summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-19 21:43:23 +0100
committerBastien <bzg@gnu.org>2020-02-19 21:43:31 +0100
commitbc75b75d9f15da387adf47b6d53a21fae09670b0 (patch)
tree2bdfb5c8ab119d28c80c9190bdbdae4fe06c4d91
parent0c55d3f42103d8b92727e87697feabf819831b6f (diff)
downloadorg-mode-bc75b75d9f15da387adf47b6d53a21fae09670b0.tar.gz
org.el (org-special-ctrl-k): Enhance docstring
* lisp/org.el (org-special-ctrl-k): Enhance docstring. Thanks to Marco Wahl for suggesting this change.
-rw-r--r--lisp/org.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/org.el b/lisp/org.el
index e9a8ea9..e48a390 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)