Index: doc/next-migration.html =================================================================== diff -u -N -rffd6cbb63866d681fa99c6688c87868c3d7abf3c -r45ab205c7d750d8f285e5004194cd664e6064732 --- doc/next-migration.html (.../next-migration.html) (revision ffd6cbb63866d681fa99c6688c87868c3d7abf3c) +++ doc/next-migration.html (.../next-migration.html) (revision 45ab205c7d750d8f285e5004194cd664e6064732) @@ -5037,9 +5037,9 @@
# List definition of slots
 
 /obj/ info slot definition \
-   ?-type value? ?-closure? ?-source value? ?pattern?
+   ?-type value? ?pattern?
 /cls/ class info slot definition \
-   ?-type value? ?-closure? ?-source value? ?pattern?
+   ?-type value? ?pattern?
 /cls/ info slot definition \
    ?-type value? ?-closure? ?-source value? ?pattern?
@@ -5099,9 +5099,9 @@
# List names of slots
 
 /obj/ info slot names \
-   ?-type value? ?-closure? ?-source value? ?pattern?
+   ?-type value? ?pattern?
 /cls/ class info slot names \
-   ?-type value? ?-closure? ?-source value? ?pattern?
+   ?-type value? ?pattern?
 /cls/ info slot names \
    ?-type value? ?-closure? ?-source value? ?pattern?
@@ -6912,7 +6912,7 @@ Index: doc/next-migration.txt =================================================================== diff -u -N -rffd6cbb63866d681fa99c6688c87868c3d7abf3c -r45ab205c7d750d8f285e5004194cd664e6064732 --- doc/next-migration.txt (.../next-migration.txt) (revision ffd6cbb63866d681fa99c6688c87868c3d7abf3c) +++ doc/next-migration.txt (.../next-migration.txt) (revision 45ab205c7d750d8f285e5004194cd664e6064732) @@ -2227,9 +2227,9 @@ # List definition of slots /obj/ info slot definition \ - ?-type value? ?-closure? ?-source value? ?pattern? + ?-type value? ?pattern? /cls/ class info slot definition \ - ?-type value? ?-closure? ?-source value? ?pattern? + ?-type value? ?pattern? /cls/ info slot definition \ ?-type value? ?-closure? ?-source value? ?pattern? ---------------- @@ -2253,9 +2253,9 @@ # List names of slots /obj/ info slot names \ - ?-type value? ?-closure? ?-source value? ?pattern? + ?-type value? ?pattern? /cls/ class info slot names \ - ?-type value? ?-closure? ?-source value? ?pattern? + ?-type value? ?pattern? /cls/ info slot names \ ?-type value? ?-closure? ?-source value? ?pattern? ----------------