diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-12 02:00:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-12 02:00:42 -0800 |
commit | 4983d5e9f5859ca2a6b8f81257fd7edd578b8e63 (patch) | |
tree | 2269c1eec3a613215f0c95e9491d3a1b4dbbfdae | |
parent | edabbd10524c26018b19d51362c274de17bdc406 (diff) | |
download | txr-4983d5e9f5859ca2a6b8f81257fd7edd578b8e63.tar.gz txr-4983d5e9f5859ca2a6b8f81257fd7edd578b8e63.tar.bz2 txr-4983d5e9f5859ca2a6b8f81257fd7edd578b8e63.zip |
doc: bad .I
* txr.1: .I with run-on comma after quote becomes .IR.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12146,7 +12146,7 @@ Bindings are held in a context called an environments hold local variables, and nest according to the syntactic structure of the program. Lexical bindings are always introduced by a some form known as a -.I "binding construct", +.IR "binding construct" , and the corresponding environment is instantiated during the evaluation of that construct. There also exist bindings outside of any binding construct, in the so-called |