minibuffer

How to get the content in buffers in Emacs Lisp?

September 06, 2023
(buffer-substring (point-at-bol 3) (point-at-eol 3))
(buffer-substring-no-properties (point-at-bol 3) (point-at-eol 3))