emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 9e832ba: * lisp/erc/erc.el: Add URL to the new ERC page on the


From: Amin Bandali
Subject: emacs-27 9e832ba: * lisp/erc/erc.el: Add URL to the new ERC page on the Emacs site
Date: Thu, 16 Apr 2020 15:12:39 -0400 (EDT)

branch: emacs-27
commit 9e832ba91be19071c12bcb6301920b656a919618
Author: Amin Bandali <address@hidden>
Commit: Amin Bandali <address@hidden>

    * lisp/erc/erc.el: Add URL to the new ERC page on the Emacs site
---
 lisp/erc/erc.el | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index cc5226b..cfde84e 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -33,17 +33,8 @@
 ;;; Commentary:
 
 ;; ERC is a powerful, modular, and extensible IRC client for Emacs.
-
-;; For more information, see the following URLs:
-;; * https://sv.gnu.org/projects/erc/
-;; * https://www.emacswiki.org/emacs/ERC
-
-
-
-;; As of 2006-06-13, ERC development is now hosted on Savannah
-;; (https://sv.gnu.org/projects/erc).  I invite everyone who wants to
-;; hack on it to contact me <address@hidden> in order to get write
-;; access to the shared Arch archive.
+;; For more information, visit the ERC page at
+;; <https://www.gnu.org/software/emacs/erc.html>.
 
 ;; Configuration:
 
@@ -75,12 +66,12 @@
 (eval-when-compile (require 'subr-x))
 
 (defvar erc-official-location
-  "https://www.emacswiki.org/emacs/ERC (mailing list: address@hidden)"
+  "https://www.gnu.org/software/emacs/erc.html (mailing list: address@hidden)"
   "Location of the ERC client on the Internet.")
 
 (defgroup erc nil
   "Emacs Internet Relay Chat client."
-  :link '(url-link "https://www.emacswiki.org/emacs/ERC";)
+  :link '(url-link "https://www.gnu.org/software/emacs/erc.html";)
   :link '(custom-manual "(erc) Top")
   :prefix "erc-"
   :group 'applications)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]