diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-09 21:44:51 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-09 21:44:51 -0500 |
commit | 458dbf5e47e92a45d41d9485c55b8b8e58bb3cf2 (patch) | |
tree | 703f44e0fe8429fa2cb5982d6f3a02980d288e85 /doc | |
parent | 4ed678149d6cebb6c6cb70b5beba2357550949c1 (diff) | |
download | emacs-458dbf5e47e92a45d41d9485c55b8b8e58bb3cf2.tar.gz |
Make etc/FTP and etc/ORDERS obsolete
* etc/FTP: Mark as obsolete.
* etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete.
* doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor.
* lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
-rw-r--r-- | doc/emacs/emacs.texi | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 1039dd522e5..29ed8fadd29 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,14 +1,16 @@ +2014-01-10 Glenn Morris <rgm@gnu.org> + + * emacs.texi (Distrib): Add donate URL. Add anchor. + 2014-01-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> - * dired.texi (Misc Dired Features): Document - `dired-hide-details-mode', + * dired.texi (Misc Dired Features): Document `dired-hide-details-mode', `dired-hide-details-hide-symlink-targets', and `dired-hide-details-hide-information-lines'. 2014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> * emacs.texi: Add EWW. - * misc.texi (EWW): Document EWW. 2014-01-09 Glenn Morris <rgm@gnu.org> diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 8ec4fb5880d..ca5520198f8 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -1339,9 +1339,12 @@ If you find GNU Emacs useful, please @strong{send a donation} to the Free Software Foundation to support our work. Donations to the Free Software Foundation are tax deductible in the US@. If you use GNU Emacs at your workplace, please suggest that the company make a donation. -For more information on how you can help, see +To donate, see @url{https://my.fsf.org/donate/}. +For other ways in which you can help, see @url{http://www.gnu.org/help/help.html}. +@c The command view-order-manuals uses this anchor. +@anchor{Printed Books} We also sell hardcopy versions of this manual and @cite{An Introduction to Programming in Emacs Lisp}, by Robert J. Chassell. You can visit our online store at @url{http://shop.fsf.org/}. |