소스 검색

update doc to reflect changed variable name

* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Update comment to
  reflect changed variable name.
Eric Schulte 12 년 전
부모
커밋
10a67d594a
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      lisp/ob-tangle.el

+ 3 - 3
lisp/ob-tangle.el

@@ -356,9 +356,9 @@ that the appropriate major-mode is set.  SPEC has the form:
   "Collect source blocks in the current Org-mode file.
 Return an association list of source-code block specifications of
 the form used by `org-babel-spec-to-string' grouped by language.
-Optional argument LANG can be used to limit the collected source
-code blocks by language.  Optional argument TANGLE-FILE can be
-used to limit the collected code blocks by target file."
+Optional argument LANGUAGE can be used to limit the collected
+source code blocks by language.  Optional argument TANGLE-FILE
+can be used to limit the collected code blocks by target file."
   (let ((block-counter 1) (current-heading "") blocks by-lang)
     (org-babel-map-src-blocks (buffer-file-name)
       (lambda (new-heading)