diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:42:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:42:44 -0800 |
commit | ec0908136551e562a73ba40e5aa3c7314f1fa1f3 (patch) | |
tree | 487d0ca2e2f57063f94b993d345ea6fc1f336aae /txr.1 | |
parent | aaa4fba74b0d4c810cd219a9458208bac7cc14d9 (diff) | |
download | txr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.tar.gz txr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.tar.bz2 txr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.zip |
Capitalization.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4392,7 +4392,7 @@ true and false with the symbols t and nil (but note the case sensitivity of identifiers denoting symbols!) Furthermore, the symbol nil is also the empty list, which terminates nonempty lists. -Function and variable Bindings are dynamically scoped in TXR Lisp. However, +Function and variable bindings are dynamically scoped in TXR Lisp. However, closures do capture variables. .SS Additional Syntax |