소스 검색

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

* org.el (org-insert-heading): Minor docstring enhancement.
Bastien Guerry 11 년 전
부모
커밋
6cdaf171db
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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.