summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dye <tsd@tsdye.com>2011-08-19 06:27:11 -1000
committerEric Schulte <schulte.eric@gmail.com>2011-08-19 10:44:53 -0600
commitec18abddddacbc91a7315b8fffe19ff9c95cd1ba (patch)
treea6ab179180b20e8b1949a4ad95714927c923948c
parent5b51893824b03e1e901453dbc37c71087357b363 (diff)
downloadorg-mode-ec18abddddacbc91a7315b8fffe19ff9c95cd1ba.tar.gz
* doc/org.texi: :var requires default value when declared
-rw-r--r--doc/org.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index f7ac82e..f0a363b 100644
--- a/doc/org.texi
+++ b/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
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
-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
``indexable variable values'' heading below.