Function: erc-browse-emacswiki-lisp

erc-browse-emacswiki-lisp is a byte-compiled function defined in erc-button.el.gz.

Signature

(erc-browse-emacswiki-lisp THING)

Documentation

Browse to THING in the emacs-wiki elisp area.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defun erc-browse-emacswiki-lisp (thing)
  "Browse to THING in the emacs-wiki elisp area."
  (browse-url (concat erc-emacswiki-lisp-url thing)))