Variable: erc-button-rfc-url

erc-button-rfc-url is a customizable variable defined in erc-button.el.gz.

Value

"https://tools.ietf.org/html/rfc%s"

Documentation

URL used to browse RFC references.

%s is replaced by the number.

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-button-rfc-url "https://tools.ietf.org/html/rfc%s"
  "URL used to browse RFC references.
%s is replaced by the number."
  :type 'string
  :version "28.1")