Explorar o código

fix typo in `org-babel-under-commented-heading-p'

    Thanks to Alan Schmitt for pointing this out.

* lisp/ob-tangle.el (org-babel-under-commented-heading-p): Fix name
  typo.
Eric Schulte %!s(int64=12) %!d(string=hai) anos
pai
achega
7a17f8a5a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

@@ -362,7 +362,7 @@ that the appropriate major-mode is set.  SPEC has the form:
       t
     (save-excursion
       (and (org-up-heading-safe)
-	   (org-babel-under-commented-headline-p)))))
+	   (org-babel-under-commented-heading-p)))))
 
 (defvar org-comment-string) ;; Defined in org.el
 (defun org-babel-tangle-collect-blocks (&optional language tangle-file)