Browse Source

Fix typo

* lisp/org.el (org-outline-level): Fix typo.
Nicolas Goaziou 10 years ago
parent
commit
52638c17e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/org.el

+ 2 - 2
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)