ソースを参照

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.
Bastien 5 年 前
コミット
bc75b75d9f
1 ファイル変更3 行追加4 行削除
  1. 3 4
      lisp/org.el

+ 3 - 4
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)