From d4c63febc98f861407201f4e12deb756662fd302 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 4 Oct 2016 11:38:33 +0200 Subject: [PATCH] Fix typo in docstring * lisp/org.el (org-insert-heading): Fix typo. --- lisp/org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index f85ddd815..622ac06b3 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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 on the location of point. -With double \\[universal-argument] \\[universal-argument] prefix, \ -insert the heading at the end of the -tree above the current heading. For example, if point is within -a 2nd-level heading, then it will insert a 2nd-level heading at +With a \\[universal-argument] \\[universal-argument] prefix, \ +insert the heading at the end of the tree +above the current heading. For example, if point is within a +2nd-level heading, then it will insert a 2nd-level heading at the end of the 1st-level parent subtree. When INVISIBLE-OK is set, stop at invisible headlines when going