summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-01 14:42:44 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-03-01 14:42:44 -0800
commitec0908136551e562a73ba40e5aa3c7314f1fa1f3 (patch)
tree487d0ca2e2f57063f94b993d345ea6fc1f336aae /txr.1
parentaaa4fba74b0d4c810cd219a9458208bac7cc14d9 (diff)
downloadtxr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.tar.gz
txr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.tar.bz2
txr-ec0908136551e562a73ba40e5aa3c7314f1fa1f3.zip
Capitalization.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index ce5a0abf..6b10789d 100644
--- a/txr.1
+++ b/txr.1
@@ -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