aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index a46755153e3..81325df3f4f 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -75,7 +75,7 @@
75(eval-when-compile (require 'subr-x)) 75(eval-when-compile (require 'subr-x))
76 76
77(defvar erc-official-location 77(defvar erc-official-location
78 "https://www.emacswiki.org/emacs/ERC (mailing list: erc-discuss@gnu.org)" 78 "https://www.emacswiki.org/emacs/ERC (mailing list: emacs-erc@gnu.org)"
79 "Location of the ERC client on the Internet.") 79 "Location of the ERC client on the Internet.")
80 80
81(defgroup erc nil 81(defgroup erc nil