Variable: erc-emacswiki-url
erc-emacswiki-url is a customizable variable defined in
erc-button.el.gz.
Value
"https://www.emacswiki.org/emacs/"
Documentation
URL of the EmacsWiki website.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-emacswiki-url "https://www.emacswiki.org/emacs/"
"URL of the EmacsWiki website."
:type 'string
:version "28.1")