Function: erc-target

erc-target is a byte-compiled function defined in erc-common.el.gz.

Signature

(erc-target)

Documentation

Return target of current buffer, if any, as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(define-inline erc-target ()
  "Return target of current buffer, if any, as a string."
  (inline-quote (and erc--target (erc--target-string erc--target))))