Function: backward-char

Move point N characters backward (forward if N is negative).
On attempt to pass beginning or end of buffer, stop and signal error.
Interactively, N is the numeric prefix argument.

Depending on the bidirectional context, the movement may be to the
right or to the left on the screen. This is in contrast with
, which see. (fn &optional N)