tabulated-list-print

tabulated-list-print is a compiled Lisp function in `tabulated-list.el'.

(tabulated-list-print &optional REMEMBER-POS)

Populate the current Tabulated List mode buffer.
This sorts the `tabulated-list-entries' list if sorting is
specified by `tabulated-list-sort-key'. It then erases the
buffer and inserts the entries with `tabulated-list-printer'.

Optional argument REMEMBER-POS, if non-nil, means to move point
to the entry with the same ID element as the current line.