Function: hypb:save-lines
hypb:save-lines is an interactive and byte-compiled function defined
in hypb.el.
Signature
(hypb:save-lines REGEXP)
Documentation
Save only 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:save-lines (regexp)
"Save only lines containing match for REGEXP.
Apply within an active region or to the end of buffer."
(interactive "sSave lines with match for regexp: ")
(keep-lines regexp nil nil t))