Explorar el Código

org.el (org-insert-heading): Minor docstring enhancement

* org.el (org-insert-heading): Minor docstring enhancement.
Bastien Guerry hace 11 años
padre
commit
6cdaf171db
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lisp/org.el

+ 2 - 1
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.