diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-22 16:47:20 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-22 16:47:20 -0700 |
commit | 00156f954984c1084180ca87832fcd32f05aa327 (patch) | |
tree | 60f0551f404a59fe881a698248a874b298b6c632 /etc/NEWS.19 | |
parent | 10211d43fa7eddfd644f8f95650a691989611e8c (diff) | |
download | emacs-00156f954984c1084180ca87832fcd32f05aa327.tar.gz |
Make some files in etc obsolete
These are old copies of online information that is not Emacs-specific.
* etc/CENSORSHIP, etc/GNU, etc/LINUX-GNU, etc/THE-GNU-PROJECT, etc/WHY-FREE:
Replace contents with pointers to www.gnu.org or emacs.info, mark obsolete.
* src/callproc.c (init_callproc): In etc, look for NEWS rather than GNU.
* lisp/startup.el (fancy-startup-text):
* lisp/help.el (describe-gnu-project): Visit online info about GNU project.
* doc/emacs/help.texi (Help Files): Update C-h g description.
* doc/misc/efaq.texi (Informational files for Emacs): Do not mention etc/GNU.
* admin/notes/copyright: Remove references to these files.
* etc/MACHINES, etc/NEWS.19: Replace references to these files.
Diffstat (limited to 'etc/NEWS.19')
-rw-r--r-- | etc/NEWS.19 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 3b73e863ceb..17104aaf3ca 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 @@ -614,7 +614,7 @@ be different. It is generally recommended to use `system-configuration' rather than `system-type'. -See the file LINUX-GNU in this directory for more about this. +See <http://www.gnu.org/gnu/linux-and-gnu.html> for more about this. ** The functions shell-command and dired-call-process now run file name handlers for default-directory, if it has them. |