Variable: other-window-scroll-buffer
other-window-scroll-buffer is a variable defined in window.c.
Value
nil
Documentation
If this is a live buffer, C-M-v (scroll-other-window) should scroll its window.
Source Code
// Defined in /usr/src/emacs/src/window.c
DEFVAR_LISP ("other-window-scroll-buffer", Vother_window_scroll_buffer,
doc: /* If this is a live buffer, \\[scroll-other-window] should scroll its window. */);