From 52638c17e5138df22b0f95e486d8982e9dc4605c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 24 Dec 2014 17:28:48 +0100 Subject: [PATCH] Fix typo * lisp/org.el (org-outline-level): Fix typo. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index a2096ba67..d5a9df5b4 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -6240,8 +6240,8 @@ done, nil otherwise." If this is called at a normal headline, the level is the number of stars. Use `org-reduced-level' to remove the effect of -`org-odd-levels'. Unlike to `org-current-level', this functions -takes into consideration inline tasks." +`org-odd-levels'. Unlike to `org-current-level', this function +takes into consideration inlinetasks." (org-with-wide-buffer (end-of-line) (if (re-search-backward org-outline-regexp-bol nil t) -- 2.11.4.GIT