* lisp/org.el (org-outline-level): Fix typo.
This commit is contained in:
Nicolas Goaziou 2014-12-24 17:28:48 +01:00
parent ae11759d41
commit 52638c17e5
1 changed files with 2 additions and 2 deletions

View File

@ -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)