mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Prefer "website" to "homepage"
These days, a "home page" is understood to be only "the main web page of a website" or "landing page", whereas a "website" is "a collection of web pages and related content" (Wikipedia). * doc/emacs/emacs.texi (Top): * doc/emacs/package.texi (Package Menu): * doc/lispintro/emacs-lisp-intro.texi (Top): * doc/lispref/elisp.texi (Top): * doc/lispref/tips.texi (Documentation Tips): * doc/misc/ede.texi (ede-project): * doc/misc/efaq-w32.texi (More information): * doc/misc/gnus-faq.texi (FAQ 5-7): * doc/misc/gnus.texi (About mairix): * doc/misc/mairix-el.texi (About): * doc/misc/reftex.texi (AUCTeX, Imprint): * lisp/cedet/ede/base.el (ede-project): * lisp/cedet/ede/system.el (ede-web-browse-home): * lisp/emacs-lisp/package.el (package-menu-mode-menu) (package-browse-url): * lisp/erc/erc-button.el (erc-emacswiki-url): * lisp/filesets.el (filesets-goto-homepage): * lisp/net/mairix.el: * lisp/net/webjump.el (webjump-sample-sites): * lisp/obsolete/vc-arch.el: * lisp/progmodes/idlw-shell.el (idlwave-shell-mode): * lisp/progmodes/idlwave.el (idlwave, idlwave-mode): * lisp/textmodes/reftex-vars.el (reftex): Prefer "website" to "home page". * doc/lispref/tips.texi (Documentation Tips): Sort the "URL" header comment before "Homepage". * lisp/emacs-lisp/lisp-mnt.el (lm-website): Rename from 'lm-homepage'. (lm-homepage): Make into alias for 'lm-website'.
This commit is contained in:
parent
426c5fdfb2
commit
bcf59b99f4
23 changed files with 37 additions and 36 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
;; This is an interface to the mairix mail search engine. Mairix is
|
||||
;; written by Richard Curnow and is licensed under the GPL. See the
|
||||
;; home page for details:
|
||||
;; Mairix website for details:
|
||||
;;
|
||||
;; http://www.rpcurnow.force9.co.uk/mairix/
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -79,10 +79,10 @@
|
|||
;; GNU FTP Mirror List from https://www.gnu.org/order/ftp.html
|
||||
[mirrors "https://ftp.gnu.org/pub/gnu/"
|
||||
"https://ftpmirror.gnu.org"])
|
||||
("GNU Project Home Page" . "www.gnu.org")
|
||||
("GNU Project Website" . "www.gnu.org")
|
||||
|
||||
;; Emacs.
|
||||
("Emacs Home Page" .
|
||||
("Emacs Website" .
|
||||
"www.gnu.org/software/emacs/emacs.html")
|
||||
("Savannah Emacs page" .
|
||||
"savannah.gnu.org/projects/emacs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue