diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-12-13 16:08:29 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-12-13 16:08:29 -0800 |
commit | dc02f3443b097a24db7deed153ea3a35cc2907bb (patch) | |
tree | 910d6c6c30399f691543d05b1a18b8579a603a46 /txr.1 | |
parent | bb1e9a1895ae734cb5aea778acf631bf7fcd9923 (diff) | |
download | txr-dc02f3443b097a24db7deed153ea3a35cc2907bb.tar.gz txr-dc02f3443b097a24db7deed153ea3a35cc2907bb.tar.bz2 txr-dc02f3443b097a24db7deed153ea3a35cc2907bb.zip |
doc: doubled word in compat note.
* txr.1: fix "invoked invoked" in compatibility note for
compat value 151.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71986,7 +71986,7 @@ initialization functions of its bases (the .meta static-initfun argument passed in .codn make-struct-type ). -These are invoked invoked because they are relied upon by the +These are invoked because they are relied upon by the .code defstruct macro to perform the initializations of all the inherited static slots. Under the new scheme, the static initialization functions are not inherited. |