浏览代码

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

Tom Dye 14 年之前
父节点
当前提交
ec18abdddd
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.