scroll-left

scroll-left is an interactive built-in function in `C source code'.

It is bound to <C-next>, C-x <.

(scroll-left &optional ARG SET-MINIMUM)

Scroll selected window display ARG columns left.
Default for ARG is window width minus 2.
Value is the total amount of leftward horizontal scrolling in
effect after the change.
If SET-MINIMUM is non-nil, the new scroll amount becomes the
lower bound for automatic scrolling, i.e. automatic scrolling
will not scroll a window to a column less than the value returned
by this function. This happens in an interactive call.