Browse Source

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 11 years ago
parent
commit
7a17f8a5a7
1 changed files with 1 additions and 1 deletions
  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)