Browse Source

* doc/org.texi: :var requires default value when declared

Tom Dye 13 years ago
parent
commit
ec18abdddd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/org.texi

+ 2 - 1
doc/org.texi

@@ -12200,7 +12200,8 @@ these are addressed in the language-specific documentation.  However, the
 syntax used to specify arguments is the same across all languages.  The
 syntax used to specify arguments is the same across all languages.  The
 values passed to arguments can be literal values, values from org-mode tables
 values passed to arguments can be literal values, values from org-mode tables
 and literal example blocks, the results of other code blocks, or Emacs Lisp
 and literal example blocks, the results of other code blocks, or Emacs Lisp
-code---see the ``Emacs Lisp evaluation of variables'' heading below.
+code---see the ``Emacs Lisp evaluation of variables'' heading below.  In
+every case, variables require a default value when they are declared.
 
 
 These values can be indexed in a manner similar to arrays---see the
 These values can be indexed in a manner similar to arrays---see the
 ``indexable variable values'' heading below.
 ``indexable variable values'' heading below.