master-mode

master-mode is an interactive autoloaded compiled Lisp function in `master.el'.


(master-mode &optional ARG)

Toggle Master mode.
With a prefix argument ARG, enable Master mode if ARG is
positive, and disable it otherwise. If called from Lisp, enable
the mode if ARG is omitted or nil.

When Master mode is enabled, you can scroll the slave buffer
using the following commands:

key binding
--- -------

C-c Prefix Command

C-c C-l master-says-recenter
C-c C-n master-says-scroll-up
C-c C-p master-says-scroll-down
C-c < master-says-beginning-of-buffer
C-c > master-says-end-of-buffer



The slave buffer is stored in the buffer-local variable `master-of'.
You can set this variable using `master-set-slave'. You can show
yourself the value of `master-of' by calling `master-show-slave'.