Explorar o código

Fix typo

* lisp/org.el (org-outline-level): Fix typo.
Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
52638c17e5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)