32.2 缓冲区内容 (Buffer Contents)
---------- Buffer: foo ----------
This is the contents of buffer foo
---------- Buffer: foo ----------
(buffer-substring 1 10)
=> "This is t"
(buffer-substring (point-max) 10)
=> "he contents of buffer foo\n"(buffer-substring 1 10)
=> #("This is t" 0 1 (fontified t) 1 9 (fontified t))最后更新于