Function: erc-browse-emacswiki

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

Signature

(erc-browse-emacswiki THING)

Documentation

Browse to THING in the emacs-wiki.

Source Code

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