summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-03-04 06:44:31 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-03-04 06:44:31 -0700
commit10a67d594a62ca9db41a44ddc9b20305cea1d28a (patch)
tree5882508adc449697ab878ebf4bc21fd4bc879994
parent8ef0eb467f903b9bc07df4dea9a57ec317f41b81 (diff)
downloadorg-mode-10a67d594a62ca9db41a44ddc9b20305cea1d28a.tar.gz
update doc to reflect changed variable name
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Update comment to reflect changed variable name.
-rw-r--r--lisp/ob-tangle.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 95433ee..4bcb2e3 100644
--- a/lisp/ob-tangle.el
+++ b/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)