32.1 位置点附近 (Near Point)
(string (char-after 1))
=> "@"---------- Buffer: foo ----------
Gentlemen may cry ``Pea∗ce! Peace!,''
but there is no peace.
---------- Buffer: foo ----------
(string (preceding-char))
=> "a"
(string (following-char))
=> "c"最后更新于