* lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.
This commit is contained in:
parent
7e27cb6e72
commit
f7ed946874
1 changed files with 3 additions and 2 deletions
|
@ -194,9 +194,10 @@ PAR is a number of a regexp grouping whose text will be passed to
|
|||
:inline t
|
||||
(integer :tag "Regexp section number")))))
|
||||
|
||||
(defcustom erc-emacswiki-url "https://www.emacswiki.org/cgi-bin/wiki.pl?"
|
||||
(defcustom erc-emacswiki-url "https://www.emacswiki.org/emacs/"
|
||||
"URL of the EmacsWiki website."
|
||||
:type 'string)
|
||||
:type 'string
|
||||
:version "28.1")
|
||||
|
||||
(defcustom erc-emacswiki-lisp-url "https://www.emacswiki.org/elisp/"
|
||||
"URL of the EmacsWiki ELisp area."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue