Fix typo in docstring

* lisp/org.el (org-insert-heading): Fix typo.
This commit is contained in:
Nicolas Goaziou 2016-10-04 11:38:33 +02:00
parent e992a2846b
commit d4c63febc9
1 changed files with 4 additions and 4 deletions

View File

@ -7878,10 +7878,10 @@ a non-nil value for the duration of the command. This forces the
insertion of a heading after the current subtree, independently insertion of a heading after the current subtree, independently
on the location of point. on the location of point.
With double \\[universal-argument] \\[universal-argument] prefix, \ With a \\[universal-argument] \\[universal-argument] prefix, \
insert the heading at the end of the insert the heading at the end of the tree
tree above the current heading. For example, if point is within above the current heading. For example, if point is within a
a 2nd-level heading, then it will insert a 2nd-level heading at 2nd-level heading, then it will insert a 2nd-level heading at
the end of the 1st-level parent subtree. the end of the 1st-level parent subtree.
When INVISIBLE-OK is set, stop at invisible headlines when going When INVISIBLE-OK is set, stop at invisible headlines when going