help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [External] : delete buffer content from the point


From: Drew Adams
Subject: RE: [External] : delete buffer content from the point
Date: Tue, 13 Jul 2021 13:40:12 +0000

> Is there a short and sweet way to kill the content of the current
> buffer from the point to the end of the buffer itself?

What everyone else has said - `delete-region'.

But don't forget also `flush-lines', which can
do this or delete only some of the lines.  It
acts from point forward.  (Also `keep-lines'.)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]