Browse Source

babel: tiny doc tweak

Eric Schulte 15 years ago
parent
commit
522f30bc9f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      contrib/babel/lisp/org-babel.el

+ 3 - 1
contrib/babel/lisp/org-babel.el

@@ -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"))