mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 23:20:51 +00:00
* lisp/erc/erc.el: Add URL to the new ERC page on the Emacs site
This commit is contained in:
parent
399c20d2e0
commit
9e832ba91b
1 changed files with 4 additions and 13 deletions
|
@ -33,17 +33,8 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; ERC is a powerful, modular, and extensible IRC client for Emacs.
|
;; ERC is a powerful, modular, and extensible IRC client for Emacs.
|
||||||
|
;; For more information, visit the ERC page at
|
||||||
;; For more information, see the following URLs:
|
;; <https://www.gnu.org/software/emacs/erc.html>.
|
||||||
;; * 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 <mwolson@gnu.org> in order to get write
|
|
||||||
;; access to the shared Arch archive.
|
|
||||||
|
|
||||||
;; Configuration:
|
;; Configuration:
|
||||||
|
|
||||||
|
@ -75,12 +66,12 @@
|
||||||
(eval-when-compile (require 'subr-x))
|
(eval-when-compile (require 'subr-x))
|
||||||
|
|
||||||
(defvar erc-official-location
|
(defvar erc-official-location
|
||||||
"https://www.emacswiki.org/emacs/ERC (mailing list: emacs-erc@gnu.org)"
|
"https://www.gnu.org/software/emacs/erc.html (mailing list: emacs-erc@gnu.org)"
|
||||||
"Location of the ERC client on the Internet.")
|
"Location of the ERC client on the Internet.")
|
||||||
|
|
||||||
(defgroup erc nil
|
(defgroup erc nil
|
||||||
"Emacs Internet Relay Chat client."
|
"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")
|
:link '(custom-manual "(erc) Top")
|
||||||
:prefix "erc-"
|
:prefix "erc-"
|
||||||
:group 'applications)
|
:group 'applications)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue