babel: tiny doc tweak

This commit is contained in:
Eric Schulte 2010-02-27 08:26:50 -07:00 committed by Dan Davison
parent cc7052540b
commit 522f30bc9f
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ then run `org-babel-pop-to-session'."
(defconst org-babel-header-arg-names
'(cache cmdline colnames dir exports file noweb results session tangle var)
"All header arguments used by org-babel")
"Common header arguments used by org-babel. Note that
individual languages may define their own language specific
header arguments as well.")
(defvar org-babel-default-header-args
'((:session . "none") (:results . "replace") (:exports . "code") (:cache . "no") (:noweb . "no"))