Variable: erc--clear-function
erc--clear-function is a variable defined in erc.el.gz.
Value
delete-region
Documentation
Function to truncate buffer.
Called with two markers, LOWER and UPPER, indicating the bounds of the
interval to be excised. LOWER <= UPPER <= erc-insert-marker.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--clear-function #'delete-region
"Function to truncate buffer.
Called with two markers, LOWER and UPPER, indicating the bounds of the
interval to be excised. LOWER <= UPPER <= `erc-insert-marker'.")