Function: window-next-buffers
window-next-buffers is a function defined in window.c.
Signature
(window-next-buffers &optional WINDOW)
Documentation
Return list of buffers recently re-shown in WINDOW.
WINDOW must be a live window and defaults to the selected one.
Source Code
// Defined in /usr/src/emacs/src/window.c
{
return decode_live_window (window)->next_buffers;
}