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