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 | f25b40fbb52d94b3c914745e596045d6b49c375c (patch) | |
tree | 2269c1eec3a613215f0c95e9491d3a1b4dbbfdae /txr.1 | |
parent | 3a21909c1dadf6cf5672d0df8ded5498016c3e0b (diff) | |
download | txr-f25b40fbb52d94b3c914745e596045d6b49c375c.tar.gz txr-f25b40fbb52d94b3c914745e596045d6b49c375c.tar.bz2 txr-f25b40fbb52d94b3c914745e596045d6b49c375c.zip |
doc: bad .I
* txr.1: .I with run-on comma after quote becomes .IR.
Diffstat (limited to 'txr.1')
-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 |