Function: erc-delete-pal
erc-delete-pal is an autoloaded, interactive and byte-compiled
function defined in erc-match.el.gz.
Signature
(erc-delete-pal)
Documentation
Delete pal interactively to erc-pals.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
;;;###autoload
(defun erc-delete-pal ()
"Delete pal interactively to `erc-pals'."
(interactive)
(erc-remove-entry-from-list 'erc-pals "Delete pal: "))