diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-03 19:20:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-03 19:20:52 -0700 |
commit | a40d5455f2deb554ef3007b37441c16506f1c557 (patch) | |
tree | b3b58b03dafb887b8fea4ab8fc2dac4093ffe199 /txr.1 | |
parent | 9ac9586db2f2218ff7cd45a5b812b0835ad2dab2 (diff) | |
download | txr-a40d5455f2deb554ef3007b37441c16506f1c557.tar.gz txr-a40d5455f2deb554ef3007b37441c16506f1c557.tar.bz2 txr-a40d5455f2deb554ef3007b37441c16506f1c557.zip |
slot-p renamed to slotp, conforming with Lisp conventions.
* share/txr/stdlib/struct.tl (sys:prune-nil-inits):
Use of slot-p renamed.
* struct.c (struct_init): Register slotp, and make
registration of slot-p conditional on compatibility option.
(slot_p): Function renamed to slotp.
* struct.h (slot_p): Declaration renamed.
* txr.1: References to slot-p fixed to slotp. Compat notes
added.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -18691,13 +18691,13 @@ function, doesn't return a method whose leftmost argument is already bound to an object; the binding occurs at call time. -.coNP Function @ slot-p +.coNP Function @ slotp .synb -.mets (slot-p < type << name ) +.mets (slotp < type << name ) .syne .desc The -.code slot-p +.code slotp function returns .code t if name @@ -34993,6 +34993,15 @@ is given an argument which is equal or lower. For instance .code -C 103 selects the behaviors described below for version 105, but not those for 102. +.IP 118 +The +.code slot-p +function's name changed to +.code slotp +after 118. The compatibility option causes +.code slot-p +to be defined also. + .IP 117 The arguments of the .code make-struct-type |