summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-04-17 16:15:48 +0200
committerBastien Guerry <bzg@altern.org>2014-04-17 16:15:48 +0200
commit6cdaf171db76eee8d098f6866e95ef94a3ec85f7 (patch)
treea4a61d50dd7c91d003cf0698161fec2d80483ee8
parenta2b69cc4d77ef2f6372140ae324c9a3ffbe4103e (diff)
downloadorg-mode-6cdaf171db76eee8d098f6866e95ef94a3ec85f7.tar.gz
org.el (org-insert-heading): Minor docstring enhancement
* org.el (org-insert-heading): Minor docstring enhancement.
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 4510550..595c217 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7641,7 +7641,8 @@ When NEXT is non-nil, check the next line instead."
(defun org-insert-heading (&optional arg invisible-ok)
"Insert a new heading or item with same depth at point.
If point is in a plain list and ARG is nil, create a new list item.
-With one universal prefix argument, insert a heading even in lists.
+With one universal prefix argument, insert a heading even when the
+point is within a list.
With two universal prefix arguments, insert the heading at the end
of the parent subtree.