char-after
char-after is a built-in function in `C source code
'.
(char-after &optional POS)
Return character in current buffer at position POS.
POS is an integer or a marker and defaults to point.
If POS is out of range, the value is nil.
C source code
'.
(char-after &optional POS)
Return character in current buffer at position POS.
POS is an integer or a marker and defaults to point.
If POS is out of range, the value is nil.