Function: erc-networks--id-string

erc-networks--id-string is a byte-compiled function defined in erc-networks.el.gz.

Signature

(erc-networks--id-string ID)

Documentation

Return the symbol for erc-networks--id ID as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
(define-inline erc-networks--id-string (id)
  "Return the symbol for `erc-networks--id' ID as a string."
  (inline-quote (symbol-name (erc-networks--id-symbol ,id))))