Function: hypb:remove-lines
hypb:remove-lines is an interactive and byte-compiled function defined
in hypb.el.
Signature
(hypb:remove-lines REGEXP)
Documentation
Remove lines containing match for REGEXP.
Apply within an active region or to the end of buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(defun hypb:remove-lines (regexp)
"Remove lines containing match for REGEXP.
Apply within an active region or to the end of buffer."
(interactive "sRemove lines with match for regexp: ")
(flush-lines regexp nil nil t))