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.
This commit is contained in:
Eric Schulte 2013-10-20 15:55:06 -06:00
parent e9647da101
commit 7a17f8a5a7
1 changed files with 1 additions and 1 deletions

View File

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