Index: doc/next-migration.txt =================================================================== diff -u -r9a1e1f585cad423f82dd15dbe974f8b1e5998f71 -r0c3e5a3fe01e6c78098cd49588fbb9342c8cbe5c --- doc/next-migration.txt (.../next-migration.txt) (revision 9a1e1f585cad423f82dd15dbe974f8b1e5998f71) +++ doc/next-migration.txt (.../next-migration.txt) (revision 0c3e5a3fe01e6c78098cd49588fbb9342c8cbe5c) @@ -1755,8 +1755,8 @@ |[source,tcl] ---------------- # List slot objects defined for obj -/obj/ info lookup slots ?-type /type/? -# Returns list of slot objects of specified type (class) +/obj/ info lookup slots ?-type /type/? ?-source all|application|baseclasses? +# Returns list of slot objects of specified type (class) and origin ---------------- |======================